Skip to content

Commit

Permalink
Bump version to 17.9.4 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 Sep 12, 2023
1 parent 4785b37 commit a6f6192
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.3 -->
## [v17.9.3](https://github.com/chef/ohai/tree/v17.9.3) (2023-08-01)
<!-- latest_release 17.9.4 -->
## [v17.9.4](https://github.com/chef/ohai/tree/v17.9.4) (2023-09-12)

#### Merged Pull Requests
- Fetch the user-data on Alibaba Cloud correctly [#1802](https://github.com/chef/ohai/pull/1802) ([ETiV](https://github.com/ETiV))
- [backport] PR1758 [#1808](https://github.com/chef/ohai/pull/1808) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->

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

#### Merged Pull Requests
- [backport] PR1758 [#1808](https://github.com/chef/ohai/pull/1808) ([johnmccrae](https://github.com/johnmccrae)) <!-- 17.9.4 -->
- Fetch the user-data on Alibaba Cloud correctly [#1802](https://github.com/chef/ohai/pull/1802) ([ETiV](https://github.com/ETiV)) <!-- 17.9.2 -->
<!-- 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.3
17.9.4
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.3"
VERSION = "17.9.4"
end

0 comments on commit a6f6192

Please sign in to comment.