diff --git a/CHANGELOG.md b/CHANGELOG.md index cc91f18..c22855a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.1.4 (2022-02-12) +========== + +## Enhancements +* Add support for simplecov's groups feature -w [#2](https://github.com/codeclimate-community/simplecov_json_formatter/pull/2) @PragTob + 0.1.3 (2021-05-02) ========== diff --git a/lib/simplecov_json_formatter/version.rb b/lib/simplecov_json_formatter/version.rb index 7345fb7..ef8fadc 100644 --- a/lib/simplecov_json_formatter/version.rb +++ b/lib/simplecov_json_formatter/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCovJSONFormatter - VERSION = '0.1.3' + VERSION = '0.1.4' end