diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dfb11e7d..aea93bee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [9.0.7](https://github.com/chef/omnibus/tree/9.0.7) (2022-09-28) + +## [9.0.8](https://github.com/chef/omnibus/tree/9.0.8) (2022-10-07) #### Merged Pull Requests -- Add solaris basic os libs to acceptlist, currently called whitelist. [#1082](https://github.com/chef/omnibus/pull/1082) ([marcparadise](https://github.com/marcparadise)) +- INFC-268 fix Solaris build [#1083](https://github.com/chef/omnibus/pull/1083) ([tpowell-progress](https://github.com/tpowell-progress)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- INFC-268 fix Solaris build [#1083](https://github.com/chef/omnibus/pull/1083) ([tpowell-progress](https://github.com/tpowell-progress)) - Add solaris basic os libs to acceptlist, currently called whitelist. [#1082](https://github.com/chef/omnibus/pull/1082) ([marcparadise](https://github.com/marcparadise)) - 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)) diff --git a/VERSION b/VERSION index 041ca4660..2b4f80479 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.7 \ No newline at end of file +9.0.8 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 67438c4f7..fbc844f83 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "9.0.7".freeze + VERSION = "9.0.8".freeze end