Skip to content

Commit

Permalink
Bump version to 18.2.1 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 Aug 6, 2024
1 parent 1b9d3ae commit 710c1e9
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 18.2.0 -->
## [v18.2.0](https://github.com/chef/ohai/tree/v18.2.0) (2024-06-25)
<!-- latest_release 18.2.1 -->
## [v18.2.1](https://github.com/chef/ohai/tree/v18.2.1) (2024-08-06)

#### Merged Pull Requests
- Add platform_backend attribute for Target Mode [#1824](https://github.com/chef/ohai/pull/1824) ([thheinen](https://github.com/thheinen))
- cpu: Fix issues with newer versions of lscpu [#1828](https://github.com/chef/ohai/pull/1828) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->

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

#### Merged Pull Requests
- cpu: Fix issues with newer versions of lscpu [#1828](https://github.com/chef/ohai/pull/1828) ([ramereth](https://github.com/ramereth)) <!-- 18.2.1 -->
- Add platform_backend attribute for Target Mode [#1824](https://github.com/chef/ohai/pull/1824) ([thheinen](https://github.com/thheinen)) <!-- 18.2.0 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.2.0
18.2.1
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 = "18.2.0"
VERSION = "18.2.1"
end

0 comments on commit 710c1e9

Please sign in to comment.