diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e702d02c..e6fd7b7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [9.0.15](https://github.com/chef/omnibus/tree/9.0.15) (2023-02-03) + +## [9.0.16](https://github.com/chef/omnibus/tree/9.0.16) (2023-02-15) #### Merged Pull Requests -- BS-147 Adding build metadata to omnibus version manifest [#1103](https://github.com/chef/omnibus/pull/1103) ([justingruber](https://github.com/justingruber)) +- retry download without s3 cache flag if cache miss [#1104](https://github.com/chef/omnibus/pull/1104) ([justingruber](https://github.com/justingruber)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- retry download without s3 cache flag if cache miss [#1104](https://github.com/chef/omnibus/pull/1104) ([justingruber](https://github.com/justingruber)) - BS-147 Adding build metadata to omnibus version manifest [#1103](https://github.com/chef/omnibus/pull/1103) ([justingruber](https://github.com/justingruber)) - Update PULL_REQUEST_TEMPLATE.md [#1097](https://github.com/chef/omnibus/pull/1097) ([gcs-devel](https://github.com/gcs-devel)) - Remove authorization from version manifest hash [#1094](https://github.com/chef/omnibus/pull/1094) ([gcs-devel](https://github.com/gcs-devel)) diff --git a/VERSION b/VERSION index 6b5b66275..95f95ffec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.15 \ No newline at end of file +9.0.16 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 196ee5154..2a34e2e35 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "9.0.15".freeze + VERSION = "9.0.16".freeze end