From e39f90cebc0a1b14f1c59f59d0c27a73e3ad3518 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 25 Apr 2023 07:42:52 +0000 Subject: [PATCH] Bump version to 0.9.5 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5712bd977..999a99e37 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-03-27) +## [v0.9.5](https://github.com/chef/chef-apply/tree/v0.9.5) (2023-04-25) #### Merged Pull Requests -- Integrating with sonarQube [#219](https://github.com/chef/chef-apply/pull/219) ([nikhil2611](https://github.com/nikhil2611)) +- Fix yaml load error for ruby 3.1 [#220](https://github.com/chef/chef-apply/pull/220) ([Stromweld](https://github.com/Stromweld)) ### Changes not yet released to rubygems.org #### 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)) - Integrating with sonarQube [#219](https://github.com/chef/chef-apply/pull/219) ([nikhil2611](https://github.com/nikhil2611))