diff --git a/CHANGELOG.md b/CHANGELOG.md index d7abb01a7..ec8feaa7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.12](https://github.com/chef/ohai/tree/v18.1.12) (2023-10-04) + +## [v18.1.13](https://github.com/chef/ohai/tree/v18.1.13) (2023-10-17) #### Merged Pull Requests -- Add getnameinfo as a fall through case for fqdn resolution [#1810](https://github.com/chef/ohai/pull/1810) ([tpowell-progress](https://github.com/tpowell-progress)) +- Updated the metadata versions [#1812](https://github.com/chef/ohai/pull/1812) ([johnmccrae](https://github.com/johnmccrae)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updated the metadata versions [#1812](https://github.com/chef/ohai/pull/1812) ([johnmccrae](https://github.com/johnmccrae)) - Add getnameinfo as a fall through case for fqdn resolution [#1810](https://github.com/chef/ohai/pull/1810) ([tpowell-progress](https://github.com/tpowell-progress)) - fp/Adjusting IPROUTE_INT_REGEX to match interfaces with an underscore [#1806](https://github.com/chef/ohai/pull/1806) ([fprovencherdrw](https://github.com/fprovencherdrw)) - Add 3.2 to the list of Ruby CI versions [#1804](https://github.com/chef/ohai/pull/1804) ([igor-drozdov](https://github.com/igor-drozdov)) diff --git a/VERSION b/VERSION index 20bed7e83..8e87ac33f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.12 \ No newline at end of file +18.1.13 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index dedfac322..e74590ca3 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "18.1.12" + VERSION = "18.1.13" end