Skip to content

Commit

Permalink
Bump version to 8.0.7 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 Jun 12, 2023
1 parent f2a57d5 commit d9d4a0a
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.6 -->
## [v8.0.6](https://github.com/chef/berkshelf/tree/v8.0.6) (2023-04-18)
<!-- latest_release 8.0.7 -->
## [v8.0.7](https://github.com/chef/berkshelf/tree/v8.0.7) (2023-06-12)

#### Merged Pull Requests
- 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&#39;s required format to berks upload [#18](https://github.com/chef/berkshelf/pull/18) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_release -->

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

#### Merged Pull Requests
- Fix cookbook dependency version validation against chef&#39;s required format to berks upload [#18](https://github.com/chef/berkshelf/pull/18) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.0.7 -->
- Refactoring the gemspec for chef-17 support [#17](https://github.com/chef/berkshelf/pull/17) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.0.6 -->
- Added the SonarQube configuration [#16](https://github.com/chef/berkshelf/pull/16) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.0.6 -->
<!-- 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.6
8.0.7
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.6".freeze
VERSION = "8.0.7".freeze
end

0 comments on commit d9d4a0a

Please sign in to comment.