From cdcc95f2565536f662e8e86fbe8883b322f5f49b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 12 Aug 2024 20:55:28 +0000 Subject: [PATCH] Bump version to 8.0.11 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/berkshelf/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac209e3ac..f2b8bfd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v8.0.10](https://github.com/chef/berkshelf/tree/v8.0.10) (2024-08-12) + +## [v8.0.11](https://github.com/chef/berkshelf/tree/v8.0.11) (2024-08-12) #### Merged Pull Requests -- move to chef maintained cleanroom [#29](https://github.com/chef/berkshelf/pull/29) ([tpowell-progress](https://github.com/tpowell-progress)) +- Constrain minitar gem version and fix require [#30](https://github.com/chef/berkshelf/pull/30) ([tpowell-progress](https://github.com/tpowell-progress)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Constrain minitar gem version and fix require [#30](https://github.com/chef/berkshelf/pull/30) ([tpowell-progress](https://github.com/tpowell-progress)) - move to chef maintained cleanroom [#29](https://github.com/chef/berkshelf/pull/29) ([tpowell-progress](https://github.com/tpowell-progress)) diff --git a/VERSION b/VERSION index bb86ce862..00069a80d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.10 \ No newline at end of file +8.0.11 \ No newline at end of file diff --git a/lib/berkshelf/version.rb b/lib/berkshelf/version.rb index 2743f677a..49a206a4f 100644 --- a/lib/berkshelf/version.rb +++ b/lib/berkshelf/version.rb @@ -1,3 +1,3 @@ module Berkshelf - VERSION = "8.0.10".freeze + VERSION = "8.0.11".freeze end