From 5e2e8b332d2151c1f5c057cdd6b6c6e4126b54f2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 18 Mar 2022 18:38:24 +0000 Subject: Bump version to 15.0.12 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/chef_zero/version.rb | 2 +- 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 @@ # Change Log - + +## [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)) - + +### 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)) 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 -- cgit v1.2.1