Skip to content

Commit

Permalink
Bump version to 17.9.6 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 Feb 28, 2024
1 parent 0f04653 commit 9bf7c7a
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.5 -->
## [v17.9.5](https://github.com/chef/ohai/tree/v17.9.5) (2023-10-09)
<!-- latest_release 17.9.6 -->
## [v17.9.6](https://github.com/chef/ohai/tree/v17.9.6) (2024-02-28)

#### Merged Pull Requests
- ffi less than 1.16.0 [#1811](https://github.com/chef/ohai/pull/1811) ([tpowell-progress](https://github.com/tpowell-progress))
- Updating FQDN details for Windows nodes [#1816](https://github.com/chef/ohai/pull/1816) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->

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

#### Merged Pull Requests
- 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.5
17.9.6
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.5"
VERSION = "17.9.6"
end

0 comments on commit 9bf7c7a

Please sign in to comment.