From 62bf487e4361c856e18f89e00ece1d980558b33a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 3 Aug 2021 22:49:25 +0000 Subject: [PATCH] Bump version to 8.1.16 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/omnibus/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb830d21..12948e6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ + +## [8.1.16](/~https://github.com/chef/omnibus/tree/8.1.16) (2021-08-03) + +#### Merged Pull Requests +- Update aruba requirement from ~> 1.1 to ~> 2.0 [#1029](/~https://github.com/chef/omnibus/pull/1029) ([dependabot[bot]](/~https://github.com/dependabot[bot])) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update aruba requirement from ~> 1.1 to ~> 2.0 [#1029](/~https://github.com/chef/omnibus/pull/1029) ([dependabot[bot]](/~https://github.com/dependabot[bot])) ## [8.1.15](/~https://github.com/chef/omnibus/tree/8.1.15) (2021-08-02) diff --git a/VERSION b/VERSION index dc18b499b..881478802 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.15 \ No newline at end of file +8.1.16 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 8b0a7b607..8f5c9900d 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "8.1.15".freeze + VERSION = "8.1.16".freeze end