diff --git a/CHANGELOG.md b/CHANGELOG.md index d3fad1480..7c2d1198b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Cookstyle Changelog - -## [v7.2.2](https://github.com/chef/cookstyle/tree/v7.2.2) (2020-11-23) + +## [v7.3.0](https://github.com/chef/cookstyle/tree/v7.3.0) (2020-11-25) #### Merged Pull Requests -- Disable cop with potentially misleading warning message. [#799](https://github.com/chef/cookstyle/pull/799) ([phiggins](https://github.com/phiggins)) +- Bump RuboCop to 1.4.1 [#800](https://github.com/chef/cookstyle/pull/800) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Bump RuboCop to 1.4.1 [#800](https://github.com/chef/cookstyle/pull/800) ([tas50](https://github.com/tas50)) - Disable cop with potentially misleading warning message. [#799](https://github.com/chef/cookstyle/pull/799) ([phiggins](https://github.com/phiggins)) diff --git a/VERSION b/VERSION index e1ce7b82a..8b23b8d47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.2 \ No newline at end of file +7.3.0 \ No newline at end of file diff --git a/lib/cookstyle/version.rb b/lib/cookstyle/version.rb index 780d514a6..69d1d9783 100644 --- a/lib/cookstyle/version.rb +++ b/lib/cookstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle - VERSION = "7.2.2" # rubocop: disable Style/StringLiterals + VERSION = "7.3.0" # rubocop: disable Style/StringLiterals RUBOCOP_VERSION = '1.4.1' end