From 4fe37194c970340e42c1910ad073685759fa87d2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 16 Jul 2024 02:48:50 +0000 Subject: [PATCH] Bump version to 17.1.7 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/cheffish/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d75e2..2429e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Cheffish Change Log - -## [v17.1.6](https://github.com/chef/cheffish/tree/v17.1.6) (2024-03-01) + +## [v17.1.7](https://github.com/chef/cheffish/tree/v17.1.7) (2024-07-16) #### Merged Pull Requests -- Use chef 17 for 3.0 tests, chef 18 for 3.1 tests [#221](https://github.com/chef/cheffish/pull/221) ([tpowell-progress](https://github.com/tpowell-progress)) +- Prevent logger 1.6 from installing due to init methods [#222](https://github.com/chef/cheffish/pull/222) ([tpowell-progress](https://github.com/tpowell-progress)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Prevent logger 1.6 from installing due to init methods [#222](https://github.com/chef/cheffish/pull/222) ([tpowell-progress](https://github.com/tpowell-progress)) - Use chef 17 for 3.0 tests, chef 18 for 3.1 tests [#221](https://github.com/chef/cheffish/pull/221) ([tpowell-progress](https://github.com/tpowell-progress)) diff --git a/VERSION b/VERSION index d0877ce..19d8913 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.1.6 \ No newline at end of file +17.1.7 \ No newline at end of file diff --git a/lib/cheffish/version.rb b/lib/cheffish/version.rb index 1b9c64b..b89e1b7 100644 --- a/lib/cheffish/version.rb +++ b/lib/cheffish/version.rb @@ -1,3 +1,3 @@ module Cheffish - VERSION = "17.1.6".freeze + VERSION = "17.1.7".freeze end