diff --git a/CHANGELOG.md b/CHANGELOG.md index 0002558..7e78283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v15.0.13](https://github.com/chef/chef-zero/tree/v15.0.13) (2024-04-26) + +## [v15.0.14](https://github.com/chef/chef-zero/tree/v15.0.14) (2024-04-30) #### Merged Pull Requests -- Remove Ruby 2.6 support [#329](https://github.com/chef/chef-zero/pull/329) ([dafyddcrosby](https://github.com/dafyddcrosby)) +- [SandboxesEndpoint#put] Move checksum discovery out of loop [#328](https://github.com/chef/chef-zero/pull/328) ([dafyddcrosby](https://github.com/dafyddcrosby)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- [SandboxesEndpoint#put] Move checksum discovery out of loop [#328](https://github.com/chef/chef-zero/pull/328) ([dafyddcrosby](https://github.com/dafyddcrosby)) - 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 620a164..f1d170d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.13 \ No newline at end of file +15.0.14 \ No newline at end of file diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 98861be..5686125 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "15.0.13".freeze + VERSION = "15.0.14".freeze end