diff --git a/CHANGELOG.md b/CHANGELOG.md index 5726a51d5..1e295ce22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Cookstyle Changelog - -## [v7.0.3](https://github.com/chef/cookstyle/tree/v7.0.3) (2020-10-30) + +## [v7.1.0](https://github.com/chef/cookstyle/tree/v7.1.0) (2020-11-05) #### Merged Pull Requests -- Add new Chef/Deprecations/FoodcriticTesting cop [#785](https://github.com/chef/cookstyle/pull/785) ([tas50](https://github.com/tas50)) +- Update to RuboCop 1.2.0 [#791](https://github.com/chef/cookstyle/pull/791) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update to RuboCop 1.2.0 [#791](https://github.com/chef/cookstyle/pull/791) ([tas50](https://github.com/tas50)) - Add new Chef/Deprecations/FoodcriticTesting cop [#785](https://github.com/chef/cookstyle/pull/785) ([tas50](https://github.com/tas50)) - Add a new Chef/Deprecations/LibrarianChefSpec cop [#783](https://github.com/chef/cookstyle/pull/783) ([tas50](https://github.com/tas50)) - Remove the release branch constraints [#782](https://github.com/chef/cookstyle/pull/782) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 5febf2603..3769235d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.3 \ No newline at end of file +7.1.0 \ No newline at end of file diff --git a/lib/cookstyle/version.rb b/lib/cookstyle/version.rb index 52ff5e4f3..84999af3e 100644 --- a/lib/cookstyle/version.rb +++ b/lib/cookstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle - VERSION = "7.0.3" # rubocop: disable Style/StringLiterals + VERSION = "7.1.0" # rubocop: disable Style/StringLiterals RUBOCOP_VERSION = '1.2.0' end