diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3a432..618cf10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ -# 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)) * [CHORE: Improve the GH Test Workflow](https://github.com/fastruby/rails_stats/pull/35) * [BUGFIX: Explicitly set format as text for `Bundler::Stats::CLI` on `ConsoleFormatter`](https://github.com/fastruby/rails_stats/pull/43) + +# 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 * [FEATURE: Output number of tables created from schema.rb or structure.sql, add polymorphic models count](https://github.com/fastruby/rails_stats/pull/37) 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