diff --git a/CHANGELOG.md b/CHANGELOG.md index 2802930..559532f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v2.0.0](https://github.com/chef/chefstyle/tree/v2.0.0) (2021-05-02) + +#### Merged Pull Requests +- Update to RuboCop 1.13 and remove Ruby 2.4 support [#134](https://github.com/chef/chefstyle/pull/134) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update to RuboCop 1.13 and remove Ruby 2.4 support [#134](https://github.com/chef/chefstyle/pull/134) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 5849151..359a5b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.5 \ No newline at end of file +2.0.0 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index bd906dc..63ac56c 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "1.7.5" + VERSION = "2.0.0" RUBOCOP_VERSION = "1.13.0" end