From a31c3852f4de724fb274d8c23535fc8abc19fa40 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 13 Jun 2022 21:47:28 +0000 Subject: [PATCH] Bump version to 8.0.3 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 52fe25c70..439ff6a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ - + +## [v8.0.3](https://github.com/chef/berkshelf/tree/v8.0.3) (2022-06-13) + +#### Merged Pull Requests +- Dummy [#9](https://github.com/chef/berkshelf/pull/9) ([mimaslanka](https://github.com/mimaslanka)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Dummy [#9](https://github.com/chef/berkshelf/pull/9) ([mimaslanka](https://github.com/mimaslanka)) diff --git a/VERSION b/VERSION index 608c4e710..24afbc91d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.2 \ No newline at end of file +8.0.3 \ No newline at end of file diff --git a/lib/berkshelf/version.rb b/lib/berkshelf/version.rb index 1e23545d1..78825db42 100644 --- a/lib/berkshelf/version.rb +++ b/lib/berkshelf/version.rb @@ -1,3 +1,3 @@ module Berkshelf - VERSION = "8.0.2".freeze + VERSION = "8.0.3".freeze end