diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b782c47..42c2513d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.6](https://github.com/chef/ohai/tree/v18.1.6) (2023-05-23) + +## [v18.1.7](https://github.com/chef/ohai/tree/v18.1.7) (2023-06-07) #### Merged Pull Requests -- Update rubocop-performance requirement from 1.16.0 to 1.18.0 [#1797](https://github.com/chef/ohai/pull/1797) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Adds status property to dpkg parsed packages [#1799](https://github.com/chef/ohai/pull/1799) ([fretb](https://github.com/fretb)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Adds status property to dpkg parsed packages [#1799](https://github.com/chef/ohai/pull/1799) ([fretb](https://github.com/fretb)) - Update rubocop-performance requirement from 1.16.0 to 1.18.0 [#1797](https://github.com/chef/ohai/pull/1797) ([dependabot[bot]](https://github.com/dependabot[bot])) - Adding files for onboarding the project to SonarQubes [#1792](https://github.com/chef/ohai/pull/1792) ([vinay-satish](https://github.com/vinay-satish)) - Add support for macOS Rapid Security Response updates [#1788](https://github.com/chef/ohai/pull/1788) ([nstrauss](https://github.com/nstrauss)) diff --git a/VERSION b/VERSION index 0dc492078..ca6b021f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.6 \ No newline at end of file +18.1.7 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 7db06097a..d61e21258 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.6" + VERSION = "18.1.7" end