Skip to content

Commit

Permalink
Bump version to 15.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 Apr 30, 2024
1 parent 95e39e3 commit 26717a9
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,17 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log

<!-- latest_release 15.0.13 -->
## [v15.0.13](https://github.com/chef/chef-zero/tree/v15.0.13) (2024-04-26)
<!-- latest_release 15.0.14 -->
## [v15.0.14](https://github.com/chef/chef-zero/tree/v15.0.14) (2024-04-30)

#### Merged Pull Requests
- Remove Ruby 2.6 support [#329](https://github.com/chef/chef-zero/pull/329) ([dafyddcrosby](https://github.com/dafyddcrosby))
- [SandboxesEndpoint#put] Move checksum discovery out of loop [#328](https://github.com/chef/chef-zero/pull/328) ([dafyddcrosby](https://github.com/dafyddcrosby))
<!-- latest_release -->

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

#### Merged Pull Requests
- [SandboxesEndpoint#put] Move checksum discovery out of loop [#328](https://github.com/chef/chef-zero/pull/328) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 15.0.14 -->
- Remove Ruby 2.6 support [#329](https://github.com/chef/chef-zero/pull/329) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 15.0.13 -->
- add ruby 3.0 and 3.1 tests in verify pipeline [#322](https://github.com/chef/chef-zero/pull/322) ([jayashrig158](https://github.com/jayashrig158)) <!-- 15.0.12 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.13
15.0.14
2 changes: 1 addition & 1 deletion lib/chef_zero/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ChefZero
VERSION = "15.0.13".freeze
VERSION = "15.0.14".freeze
end

0 comments on commit 26717a9

Please sign in to comment.