Skip to content

Commit

Permalink
Bump version to 15.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 Sep 20, 2024
1 parent a9de42d commit 6445d25
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.15 -->
## [v15.0.15](https://github.com/chef/chef-zero/tree/v15.0.15) (2024-09-20)
<!-- latest_release 15.0.16 -->
## [v15.0.16](https://github.com/chef/chef-zero/tree/v15.0.16) (2024-09-20)

#### Merged Pull Requests
- ci: drop support for 2.7 tests on verify pipeline [#331](https://github.com/chef/chef-zero/pull/331) ([ahasunos](https://github.com/ahasunos))
- config: update activesupport dependency pinning [#330](https://github.com/chef/chef-zero/pull/330) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->

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

#### Merged Pull Requests
- config: update activesupport dependency pinning [#330](https://github.com/chef/chef-zero/pull/330) ([ahasunos](https://github.com/ahasunos)) <!-- 15.0.16 -->
- ci: drop support for 2.7 tests on verify pipeline [#331](https://github.com/chef/chef-zero/pull/331) ([ahasunos](https://github.com/ahasunos)) <!-- 15.0.15 -->
- [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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.15
15.0.16
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.15".freeze
VERSION = "15.0.16".freeze
end

0 comments on commit 6445d25

Please sign in to comment.