diff --git a/CHANGELOG.md b/CHANGELOG.md index a84d0f3b2..fc7375595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.2.3](https://github.com/chef/ohai/tree/v17.2.3) (2021-07-03) + +## [v17.3.0](https://github.com/chef/ohai/tree/v17.3.0) (2021-07-20) #### Merged Pull Requests -- Add plugin for linux livepatch [#1672](https://github.com/chef/ohai/pull/1672) ([liu-song-6](https://github.com/liu-song-6)) +- Update rubocop-performance requirement from 1.11.3 to 1.11.4 [#1682](https://github.com/chef/ohai/pull/1682) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update rubocop-performance requirement from 1.11.3 to 1.11.4 [#1682](https://github.com/chef/ohai/pull/1682) ([dependabot[bot]](https://github.com/dependabot[bot])) - Add plugin for linux livepatch [#1672](https://github.com/chef/ohai/pull/1672) ([liu-song-6](https://github.com/liu-song-6)) - Switch testing to GitHub Actions [#1679](https://github.com/chef/ohai/pull/1679) ([tas50](https://github.com/tas50)) - Update rubocop-performance requirement from 1.10.2 to 1.11.3 [#1678](https://github.com/chef/ohai/pull/1678) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index b7f98ac38..c15795bf6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.2.3 \ No newline at end of file +17.3.0 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 9797333e6..49d3da3cc 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "17.2.3" + VERSION = "17.3.0" end