From 72753d73f0984ba8fc32964072cfba9a7b6f495f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 3 Feb 2023 17:31:38 +0000 Subject: [PATCH] Bump version to 9.0.15 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/omnibus/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e989fff..0e702d02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [9.0.14](https://github.com/chef/omnibus/tree/9.0.14) (2022-12-08) + +## [9.0.15](https://github.com/chef/omnibus/tree/9.0.15) (2023-02-03) #### Merged Pull Requests -- Update PULL_REQUEST_TEMPLATE.md [#1097](https://github.com/chef/omnibus/pull/1097) ([gcs-devel](https://github.com/gcs-devel)) +- BS-147 Adding build metadata to omnibus version manifest [#1103](https://github.com/chef/omnibus/pull/1103) ([justingruber](https://github.com/justingruber)) ### Changes not yet released to rubygems.org #### 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)) - 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 5623d118b..6b5b66275 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.14 \ No newline at end of file +9.0.15 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 3f5decbf7..196ee5154 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "9.0.14".freeze + VERSION = "9.0.15".freeze end