Skip to content

Commit

Permalink
Bump version to 17.9.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 Mar 21, 2024
1 parent 1ba6b35 commit 929a523
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,16 +1,17 @@
# Change Log

<!-- latest_release 17.9.6 -->
## [v17.9.6](https://github.com/chef/ohai/tree/v17.9.6) (2024-02-28)
<!-- latest_release 17.9.7 -->
## [v17.9.7](https://github.com/chef/ohai/tree/v17.9.7) (2024-03-21)

#### Merged Pull Requests
- Updating FQDN details for Windows nodes [#1816](https://github.com/chef/ohai/pull/1816) ([johnmccrae](https://github.com/johnmccrae))
- Removing Ruby 2.7 testing [#1821](https://github.com/chef/ohai/pull/1821) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->

<!-- release_rollup since=17.9.4 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Removing Ruby 2.7 testing [#1821](https://github.com/chef/ohai/pull/1821) ([johnmccrae](https://github.com/johnmccrae)) <!-- 17.9.7 -->
- Updating FQDN details for Windows nodes [#1816](https://github.com/chef/ohai/pull/1816) ([johnmccrae](https://github.com/johnmccrae)) <!-- 17.9.6 -->
- ffi less than 1.16.0 [#1811](https://github.com/chef/ohai/pull/1811) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 17.9.5 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.9.6
17.9.7
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

module Ohai
OHAI_ROOT = File.expand_path(__dir__)
VERSION = "17.9.6"
VERSION = "17.9.7"
end

0 comments on commit 929a523

Please sign in to comment.