Skip to content

Commit

Permalink
Bump the version of berkshelf to 8.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <ashique.saidalavi@progress.com>
  • Loading branch information
ashiqueps committed May 19, 2022
1 parent 2fb5d7c commit 57707c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log
## [8.0.1](https://github.com/chef/berkshelf/releases/tag/v8.0.1) (2022-05-19)
- Updated the gem specifications to point to the forked repo.

## [8.0.0](https://github.com/berkshelf/berkshelf/tree/8.0.0) (2022-05-29)
## [8.0.0](https://github.com/chef/berkshelf/releases/tag/v8.0.0) (2022-04-29)
- Added support for Ruby 3.1 and ended support for Ruby 2.6
- Refer fork in Chef instead of repo in RiotGames

Expand Down
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.0".freeze
VERSION = "8.0.1".freeze
end

0 comments on commit 57707c2

Please sign in to comment.