diff --git a/CHANGELOG.md b/CHANGELOG.md index a27fca3..faf4b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v1.4.5](https://github.com/chef/chefstyle/tree/v1.4.5) (2020-10-12) + +#### Merged Pull Requests +- Update to RuboCop 0.93.1 [#108](https://github.com/chef/chefstyle/pull/108) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update to RuboCop 0.93.1 [#108](https://github.com/chef/chefstyle/pull/108) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index e1df5de..03e5161 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.4 \ No newline at end of file +1.4.5 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index f708ffa..6b45846 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "1.4.4" + VERSION = "1.4.5" RUBOCOP_VERSION = "0.93.1" end \ No newline at end of file