diff --git a/CHANGELOG.md b/CHANGELOG.md index df67d4d60..df6e21816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v19.0.5](https://github.com/chef/ohai/tree/v19.0.5) (2025-01-28) + +## [v19.0.6](https://github.com/chef/ohai/tree/v19.0.6) (2025-02-03) #### Merged Pull Requests -- Reverted the version back to the old one [#1858](https://github.com/chef/ohai/pull/1858) ([nikhil2611](https://github.com/nikhil2611)) +- Updating configuration for a symantec version promote and publish [#1862](https://github.com/chef/ohai/pull/1862) ([nikhil2611](https://github.com/nikhil2611)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updating configuration for a symantec version promote and publish [#1862](https://github.com/chef/ohai/pull/1862) ([nikhil2611](https://github.com/nikhil2611)) - Reverted the version back to the old one [#1858](https://github.com/chef/ohai/pull/1858) ([nikhil2611](https://github.com/nikhil2611)) - Test pipelines with empty commit [#1857](https://github.com/chef/ohai/pull/1857) ([nikhil2611](https://github.com/nikhil2611)) - Added the pipelines to build those automatically [#1856](https://github.com/chef/ohai/pull/1856) ([nikhil2611](https://github.com/nikhil2611)) diff --git a/VERSION b/VERSION index 6d6c32d75..b4810cb8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.0.5 \ No newline at end of file +19.0.6 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 91ee2367e..ca40ed007 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "19.0.5" + VERSION = "19.0.6" end