summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-18 18:38:24 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-18 18:38:24 +0000
commit5e2e8b332d2151c1f5c057cdd6b6c6e4126b54f2 (patch)
treeb0c8f1907a638ff27c94f37bc5d587a7b76f1dda
parent959c6248a727eaf220772f7d7b597647ce7c8b43 (diff)
downloadchef-zero-5e2e8b332d2151c1f5c057cdd6b6c6e4126b54f2.tar.gz
Bump version to 15.0.12 by Chef Expeditorv15.0.12
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b2b8c5..deea0c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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 -->
diff --git a/VERSION b/VERSION
index 76de900..55b22c6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.11 \ No newline at end of file
+15.0.12 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index d34b4ec..efbed89 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.11".freeze
+ VERSION = "15.0.12".freeze
end