From cd7cf926e622d01e71b18f1d0c210ad898342a87 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 26 Apr 2024 17:24:43 +0000 Subject: [PATCH] Bump version to 15.0.13 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/chef_zero/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deea0c1..0002558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v15.0.12](https://github.com/chef/chef-zero/tree/v15.0.12) (2022-03-18) + +## [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)) ### 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)) - 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 55b22c6..620a164 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.12 \ No newline at end of file +15.0.13 \ No newline at end of file diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index efbed89..98861be 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "15.0.12".freeze + VERSION = "15.0.13".freeze end