diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4e1d2ed..1d917970b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [9.0.5](https://github.com/chef/omnibus/tree/9.0.5) (2022-08-17) + +## [9.0.6](https://github.com/chef/omnibus/tree/9.0.6) (2022-09-05) #### Merged Pull Requests -- Revert the changes - liblzma [#1077](https://github.com/chef/omnibus/pull/1077) ([poorndm](https://github.com/poorndm)) +- Updated regex to match exactly 10, and 10.x [#1078](https://github.com/chef/omnibus/pull/1078) ([kanad-progress](https://github.com/kanad-progress)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updated regex to match exactly 10, and 10.x [#1078](https://github.com/chef/omnibus/pull/1078) ([kanad-progress](https://github.com/kanad-progress)) - Revert the changes - liblzma [#1077](https://github.com/chef/omnibus/pull/1077) ([poorndm](https://github.com/poorndm)) - Whitelist liblzma [#1076](https://github.com/chef/omnibus/pull/1076) ([poorndm](https://github.com/poorndm)) - Replace dependency on nokogiri with rexml [#1070](https://github.com/chef/omnibus/pull/1070) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) diff --git a/VERSION b/VERSION index 171d800e0..3bc02dc1b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.5 \ No newline at end of file +9.0.6 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 66a233b67..4bd70e564 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "9.0.5".freeze + VERSION = "9.0.6".freeze end