From 4d826f74a67256d70713a6b71ed693b2a919b875 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 13 Aug 2024 19:22:16 +0000 Subject: [PATCH] Bump version to 8.0.12 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 f2b8bfd65..860a38545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v8.0.11](https://github.com/chef/berkshelf/tree/v8.0.11) (2024-08-12) + +## [v8.0.12](https://github.com/chef/berkshelf/tree/v8.0.12) (2024-08-13) #### 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)) +- Minitar fix [#31](https://github.com/chef/berkshelf/pull/31) ([tpowell-progress](https://github.com/tpowell-progress)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Minitar fix [#31](https://github.com/chef/berkshelf/pull/31) ([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)) - 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 00069a80d..cca5624d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.11 \ No newline at end of file +8.0.12 \ No newline at end of file diff --git a/lib/berkshelf/version.rb b/lib/berkshelf/version.rb index 49a206a4f..323c710f1 100644 --- a/lib/berkshelf/version.rb +++ b/lib/berkshelf/version.rb @@ -1,3 +1,3 @@ module Berkshelf - VERSION = "8.0.11".freeze + VERSION = "8.0.12".freeze end