Skip to content

Commit

Permalink
Bump version to 8.0.16 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 Jan 3, 2025
1 parent 9b1c525 commit 5bba9c7
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.15 -->
## [v8.0.15](https://github.com/chef/berkshelf/tree/v8.0.15) (2024-08-15)
<!-- latest_release 8.0.16 -->
## [v8.0.16](https://github.com/chef/berkshelf/tree/v8.0.16) (2025-01-03)

#### Merged Pull Requests
- PR #11 rebase Allow users to user octokit 5.x [#35](https://github.com/chef/berkshelf/pull/35) ([tpowell-progress](https://github.com/tpowell-progress))
- Added the release branch [#42](https://github.com/chef/berkshelf/pull/42) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_release -->

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

#### Merged Pull Requests
- Added the release branch [#42](https://github.com/chef/berkshelf/pull/42) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.0.16 -->
- PR #11 rebase Allow users to user octokit 5.x [#35](https://github.com/chef/berkshelf/pull/35) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 8.0.15 -->
- Add running of tests on verify pipeline [#33](https://github.com/chef/berkshelf/pull/33) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 8.0.14 -->
- Fix version string comparison for Minitar and uncomment install feature [#32](https://github.com/chef/berkshelf/pull/32) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 8.0.13 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.15
8.0.16
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.15".freeze
VERSION = "8.0.16".freeze
end

0 comments on commit 5bba9c7

Please sign in to comment.