Skip to content

Commit

Permalink
Bump version to 15.0.12 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 Mar 18, 2022
1 parent 959c624 commit 5e2e8b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log

<!-- latest_release -->
<!-- latest_release 15.0.12 -->
## [v15.0.12](https://github.com/chef/chef-zero/tree/v15.0.12) (2022-03-18)

#### 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))
<!-- latest_release -->

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

#### 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)) <!-- 15.0.12 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.11
15.0.12
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.11".freeze
VERSION = "15.0.12".freeze
end

0 comments on commit 5e2e8b3

Please sign in to comment.