diff --git a/CHANGELOG.md b/CHANGELOG.md index e144329..5c04d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# main ([unreleased](https://github.com/fastruby/rails_stats/compare/v1.0.2...main)) +# main ([unreleased](https://github.com/fastruby/rails_stats/compare/v2.1.0...main)) + +# v2.1.0 ([commits](https://github.com/fastruby/rails_stats/compare/v2.1.0...v2.0.1)) * [BUGFIX: Fix JSON output missing Code and Tests total count](https://github.com/fastruby/rails_stats/pull/40) * Update README examples @@ -24,4 +26,4 @@ # v1.0.1 / 2018-10-8 * [FEATURE: add more aggregate stats](https://github.com/fastruby/rails_stats/pull/5) -* [FEATURE: More detailed introspection of app](https://github.com/fastruby/rails_stats/pull/1) \ No newline at end of file +* [FEATURE: More detailed introspection of app](https://github.com/fastruby/rails_stats/pull/1) diff --git a/lib/rails_stats/version.rb b/lib/rails_stats/version.rb index b792823..97e3f41 100644 --- a/lib/rails_stats/version.rb +++ b/lib/rails_stats/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RailsStats - VERSION = "2.0.1" + VERSION = "2.1.0" end