Skip to content

Commit

Permalink
Bump version to 8.0.9 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Sep 27, 2023
1 parent 11b4a6d commit 2c70d98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<!-- latest_release 8.0.8 -->
## [v8.0.8](https://github.com/chef/berkshelf/tree/v8.0.8) (2023-09-06)
<!-- latest_release 8.0.9 -->
## [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 &quot;berks install&quot; 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))
<!-- latest_release -->

<!-- release_rollup since=8.0.7 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- This resolves an issue where &quot;berks install&quot; 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)) <!-- 8.0.9 -->
- refactoring networking issues [#21](https://github.com/chef/berkshelf/pull/21) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.0.8 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.8
8.0.9
2 changes: 1 addition & 1 deletion lib/berkshelf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Berkshelf
VERSION = "8.0.8".freeze
VERSION = "8.0.9".freeze
end

0 comments on commit 2c70d98

Please sign in to comment.