diff --git a/CHANGELOG.md b/CHANGELOG.md index 8111ef8..fa469c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Cheffish Change Log - + +## [v17.1.8](https://github.com/chef/cheffish/tree/v17.1.8) (2024-08-14) + +#### Merged Pull Requests +- Enable REST-based resources for Target Mode [#223](https://github.com/chef/cheffish/pull/223) ([thheinen](https://github.com/thheinen)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Enable REST-based resources for Target Mode [#223](https://github.com/chef/cheffish/pull/223) ([thheinen](https://github.com/thheinen)) diff --git a/VERSION b/VERSION index 19d8913..d234193 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.1.7 \ No newline at end of file +17.1.8 \ No newline at end of file diff --git a/lib/cheffish/version.rb b/lib/cheffish/version.rb index b89e1b7..dce5652 100644 --- a/lib/cheffish/version.rb +++ b/lib/cheffish/version.rb @@ -1,3 +1,3 @@ module Cheffish - VERSION = "17.1.7".freeze + VERSION = "17.1.8".freeze end