diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c307d7..9b529ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v0.14.2](/~https://github.com/chef/chefstyle/tree/v0.14.2) (2020-02-19) + +#### Merged Pull Requests +- enable Lint/UriEscapeUnescape [#78](/~https://github.com/chef/chefstyle/pull/78) ([lamont-granquist](/~https://github.com/lamont-granquist)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- enable Lint/UriEscapeUnescape [#78](/~https://github.com/chef/chefstyle/pull/78) ([lamont-granquist](/~https://github.com/lamont-granquist)) diff --git a/VERSION b/VERSION index c39e9c5..1c16bd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.1 \ No newline at end of file +0.14.2 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index c570175..924ea6e 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,4 +1,4 @@ module Chefstyle - VERSION = "0.14.1".freeze + VERSION = "0.14.2".freeze RUBOCOP_VERSION = "0.75.1".freeze end