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