Skip to content

Commit

Permalink
Bump version to 19.0.9 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 25, 2025
1 parent b805fb7 commit 0129eb8
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 19.0.8 -->
## [v19.0.8](https://github.com/chef/ohai/tree/v19.0.8) (2025-02-25)
<!-- latest_release 19.0.9 -->
## [v19.0.9](https://github.com/chef/ohai/tree/v19.0.9) (2025-02-25)

#### Merged Pull Requests
- updating ffi for Ohai [#1865](https://github.com/chef/ohai/pull/1865) ([johnmccrae](https://github.com/johnmccrae))
- Hab pkg size issue removed cache and bundler folder [#1864](https://github.com/chef/ohai/pull/1864) ([sanghinitin](https://github.com/sanghinitin))
<!-- latest_release -->

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

#### Merged Pull Requests
- Hab pkg size issue removed cache and bundler folder [#1864](https://github.com/chef/ohai/pull/1864) ([sanghinitin](https://github.com/sanghinitin)) <!-- 19.0.9 -->
- updating ffi for Ohai [#1865](https://github.com/chef/ohai/pull/1865) ([johnmccrae](https://github.com/johnmccrae)) <!-- 19.0.8 -->
- Updating configuration for a symantec version promote and publish [#1862](https://github.com/chef/ohai/pull/1862) ([nikhil2611](https://github.com/nikhil2611)) <!-- 19.0.6 -->
- Reverted the version back to the old one [#1858](https://github.com/chef/ohai/pull/1858) ([nikhil2611](https://github.com/nikhil2611)) <!-- 19.0.5 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.8
19.0.9
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 = "19.0.8"
VERSION = "19.0.9"
end

0 comments on commit 0129eb8

Please sign in to comment.