Skip to content

Commit

Permalink
Bump version to 17.1.7 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Jul 16, 2024
1 parent b5644ed commit 4fe3719
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Cheffish Change Log

<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 17.1.6 -->
## [v17.1.6](https://github.com/chef/cheffish/tree/v17.1.6) (2024-03-01)
<!-- latest_release 17.1.7 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=17.1.5 -->
### 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)) <!-- 17.1.7 -->
- 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)) <!-- 17.1.6 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.1.6
17.1.7
2 changes: 1 addition & 1 deletion lib/cheffish/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cheffish
VERSION = "17.1.6".freeze
VERSION = "17.1.7".freeze
end

0 comments on commit 4fe3719

Please sign in to comment.