diff --git a/CHANGELOG.md b/CHANGELOG.md index 497128a..512beba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Cheffish Change Log - -## [v17.0.0](https://github.com/chef/cheffish/tree/v17.0.0) (2020-05-13) + +## [v17.0.1](https://github.com/chef/cheffish/tree/v17.0.1) (2020-05-13) #### Merged Pull Requests -- Replace HTTPServerException with HTTPClientException [#157](https://github.com/chef/cheffish/pull/157) ([tas50](https://github.com/tas50)) +- Don't eval the action_class [#146](https://github.com/chef/cheffish/pull/146) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Don't eval the action_class [#146](https://github.com/chef/cheffish/pull/146) ([tas50](https://github.com/tas50)) - Replace HTTPServerException with HTTPClientException [#157](https://github.com/chef/cheffish/pull/157) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 7d31a2a..0e433fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.0.0 \ No newline at end of file +17.0.1 \ No newline at end of file diff --git a/lib/cheffish/version.rb b/lib/cheffish/version.rb index f851016..63dbee1 100644 --- a/lib/cheffish/version.rb +++ b/lib/cheffish/version.rb @@ -1,3 +1,3 @@ module Cheffish - VERSION = "17.0.0".freeze + VERSION = "17.0.1".freeze end