diff --git a/CHANGELOG.md b/CHANGELOG.md index cf651f162..952d14f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ - + +## [v0.9.1](https://github.com/chef/chef-apply/tree/v0.9.1) (2022-01-27) + +#### Merged Pull Requests +- Integrated test coverage % report [#205](https://github.com/chef/chef-apply/pull/205) ([snehaldwivedi](https://github.com/snehaldwivedi)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Integrated test coverage % report [#205](https://github.com/chef/chef-apply/pull/205) ([snehaldwivedi](https://github.com/snehaldwivedi)) diff --git a/VERSION b/VERSION index 899f24fc7..f514a2f0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.9.1 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index 4aa5eca1f..0cce187d0 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.9.0".freeze + VERSION = "0.9.1".freeze end