Skip to content

Commit

Permalink
Bump version to 8.0.14 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 Aug 15, 2024
1 parent 79744ff commit 206baea
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.13 -->
## [v8.0.13](https://github.com/chef/berkshelf/tree/v8.0.13) (2024-08-14)
<!-- latest_release 8.0.14 -->
## [v8.0.14](https://github.com/chef/berkshelf/tree/v8.0.14) (2024-08-15)

#### Merged Pull Requests
- 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))
- Add running of tests on verify pipeline [#33](https://github.com/chef/berkshelf/pull/33) ([tpowell-progress](https://github.com/tpowell-progress))
<!-- latest_release -->

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

#### Merged Pull Requests
- 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 -->
<!-- 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.13
8.0.14
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.13".freeze
VERSION = "8.0.14".freeze
end

0 comments on commit 206baea

Please sign in to comment.