diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0451b..128d523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v1.5.1](https://github.com/chef/chefstyle/tree/v1.5.1) (2020-11-12) + +#### Merged Pull Requests +- Upgrade to RuboCop 1.3.0 [#112](https://github.com/chef/chefstyle/pull/112) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Upgrade to RuboCop 1.3.0 [#112](https://github.com/chef/chefstyle/pull/112) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 3e1ad72..8e03717 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index 608c666..4dbd2b4 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "1.5.0" + VERSION = "1.5.1" RUBOCOP_VERSION = "1.3.0" end \ No newline at end of file