From a9bb44fb11a16fe73631740a98c68e87a6d15898 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 27 Jan 2022 08:35:54 +0000 Subject: [PATCH] Bump version to 0.9.1 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 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