diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0a6cab4..133c529b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v8.0.8](https://github.com/chef/berkshelf/tree/v8.0.8) (2023-09-06) + +## [v8.0.9](https://github.com/chef/berkshelf/tree/v8.0.9) (2023-09-27) #### Merged Pull Requests -- refactoring networking issues [#21](https://github.com/chef/berkshelf/pull/21) ([johnmccrae](https://github.com/johnmccrae)) +- This resolves an issue where "berks install" fails due to a cert is already being in the hash table. [#23](https://github.com/chef/berkshelf/pull/23) ([nikhil2611](https://github.com/nikhil2611)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- This resolves an issue where "berks install" fails due to a cert is already being in the hash table. [#23](https://github.com/chef/berkshelf/pull/23) ([nikhil2611](https://github.com/nikhil2611)) - refactoring networking issues [#21](https://github.com/chef/berkshelf/pull/21) ([johnmccrae](https://github.com/johnmccrae)) diff --git a/VERSION b/VERSION index 33681f42c..7c6e60d85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.8 \ No newline at end of file +8.0.9 \ No newline at end of file diff --git a/lib/berkshelf/version.rb b/lib/berkshelf/version.rb index f133e5f93..2234b9bae 100644 --- a/lib/berkshelf/version.rb +++ b/lib/berkshelf/version.rb @@ -1,3 +1,3 @@ module Berkshelf - VERSION = "8.0.8".freeze + VERSION = "8.0.9".freeze end