From 969d2670a2b76929de48db79256f387ea3177730 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 16 May 2023 16:28:48 +0000 Subject: [PATCH] Bump version to 0.9.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/chef_apply/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999a99e37..637652a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v0.9.5](https://github.com/chef/chef-apply/tree/v0.9.5) (2023-04-25) + +## [v0.9.6](https://github.com/chef/chef-apply/tree/v0.9.6) (2023-05-16) #### Merged Pull Requests -- Fix yaml load error for ruby 3.1 [#220](https://github.com/chef/chef-apply/pull/220) ([Stromweld](https://github.com/Stromweld)) +- Minor change in Readme [#222](https://github.com/chef/chef-apply/pull/222) ([vkarve-chef](https://github.com/vkarve-chef)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Minor change in Readme [#222](https://github.com/chef/chef-apply/pull/222) ([vkarve-chef](https://github.com/vkarve-chef)) - Fix yaml load error for ruby 3.1 [#220](https://github.com/chef/chef-apply/pull/220) ([Stromweld](https://github.com/Stromweld)) - Integrating with sonarQube [#219](https://github.com/chef/chef-apply/pull/219) ([nikhil2611](https://github.com/nikhil2611)) diff --git a/VERSION b/VERSION index 03834411d..9cf038687 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.5 \ No newline at end of file +0.9.6 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index 60433f6fd..74a0f9e66 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.9.5".freeze + VERSION = "0.9.6".freeze end