From 80d720662e14264bf530cd7fb470371dbeda6cc7 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 27 Mar 2023 07:15:53 +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 | 12 ++++++++++-- VERSION | 2 +- lib/chef_apply/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5cbc00ef..5712bd977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ - + +## [v0.9.5](https://github.com/chef/chef-apply/tree/v0.9.5) (2023-03-27) + +#### Merged Pull Requests +- Integrating with sonarQube [#219](https://github.com/chef/chef-apply/pull/219) ([nikhil2611](https://github.com/nikhil2611)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Integrating with sonarQube [#219](https://github.com/chef/chef-apply/pull/219) ([nikhil2611](https://github.com/nikhil2611)) diff --git a/VERSION b/VERSION index 2bd77c74f..03834411d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4 \ No newline at end of file +0.9.5 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index 4db48cc28..60433f6fd 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.9.4".freeze + VERSION = "0.9.5".freeze end