From f2a3b6fa2b62f89b20e5e74aded01809862d0781 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 12 Aug 2024 19:55:19 +0000 Subject: [PATCH] Bump version to 8.0.10 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/berkshelf/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 225ed3189..ac209e3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ - + +## [v8.0.10](https://github.com/chef/berkshelf/tree/v8.0.10) (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)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- 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 7c6e60d85..bb86ce862 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.9 \ No newline at end of file +8.0.10 \ No newline at end of file diff --git a/lib/berkshelf/version.rb b/lib/berkshelf/version.rb index 2234b9bae..2743f677a 100644 --- a/lib/berkshelf/version.rb +++ b/lib/berkshelf/version.rb @@ -1,3 +1,3 @@ module Berkshelf - VERSION = "8.0.9".freeze + VERSION = "8.0.10".freeze end