diff --git a/CHANGELOG.md b/CHANGELOG.md index aba4c5524..456cdc1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v19.0.3](https://github.com/chef/ohai/tree/v19.0.3) (2024-08-13) + +## [v19.0.4](https://github.com/chef/ohai/tree/v19.0.4) (2024-10-22) #### Merged Pull Requests -- Migrate from Chefstyle to Cookstyle gem [#1833](https://github.com/chef/ohai/pull/1833) ([dafyddcrosby](https://github.com/dafyddcrosby)) +- FreeBSD: Permit underscores in interface names [#1837](https://github.com/chef/ohai/pull/1837) ([feld](https://github.com/feld)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- FreeBSD: Permit underscores in interface names [#1837](https://github.com/chef/ohai/pull/1837) ([feld](https://github.com/feld)) - Migrate from Chefstyle to Cookstyle gem [#1833](https://github.com/chef/ohai/pull/1833) ([dafyddcrosby](https://github.com/dafyddcrosby)) - [#1830] Check that sysfs directory exists before reading [#1831](https://github.com/chef/ohai/pull/1831) ([dafyddcrosby](https://github.com/dafyddcrosby)) - cpu: Fix issues with newer versions of lscpu [#1809](https://github.com/chef/ohai/pull/1809) ([ramereth](https://github.com/ramereth)) diff --git a/VERSION b/VERSION index dd7d79664..2a33de40d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.0.3 \ No newline at end of file +19.0.4 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 00f7feb89..47c943c5d 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.3" + VERSION = "19.0.4" end