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