From 4d34215e841f7c75b7e1583a0ae1835f3ac0ec61 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 28 Sep 2023 18:29:02 +0000 Subject: [PATCH] Update CHANGELOG.md to reflect the promotion of 8.0.9 Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 133c529b0..225ed3189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,23 @@ - -## [v8.0.9](https://github.com/chef/berkshelf/tree/v8.0.9) (2023-09-27) - -#### 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)) + - -### 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)) + +## [v8.0.9](https://github.com/chef/berkshelf/tree/v8.0.9) (2023-09-28) + +#### 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)) + + ## [v8.0.7](https://github.com/chef/berkshelf/tree/v8.0.7) (2023-06-12) #### Merged Pull Requests - Added the SonarQube configuration [#16](https://github.com/chef/berkshelf/pull/16) ([nikhil2611](https://github.com/nikhil2611)) - Refactoring the gemspec for chef-17 support [#17](https://github.com/chef/berkshelf/pull/17) ([johnmccrae](https://github.com/johnmccrae)) - Fix cookbook dependency version validation against chef's required format to berks upload [#18](https://github.com/chef/berkshelf/pull/18) ([nikhil2611](https://github.com/nikhil2611)) - ## [v8.0.5](https://github.com/chef/berkshelf/tree/v8.0.5) (2022-10-27)