Skip to content

Commit

Permalink
Bump version to 15.0.13 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 26, 2024
1 parent eca01f8 commit cd7cf92
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.12 -->
## [v15.0.12](https://github.com/chef/chef-zero/tree/v15.0.12) (2022-03-18)
<!-- latest_release 15.0.13 -->
## [v15.0.13](https://github.com/chef/chef-zero/tree/v15.0.13) (2024-04-26)

#### Merged Pull Requests
- 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))
- Remove Ruby 2.6 support [#329](https://github.com/chef/chef-zero/pull/329) ([dafyddcrosby](https://github.com/dafyddcrosby))
<!-- latest_release -->

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

#### Merged Pull Requests
- 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.12
15.0.13
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.12".freeze
VERSION = "15.0.13".freeze
end

0 comments on commit cd7cf92

Please sign in to comment.