From 1e8972fa9c32f6a4fb5e9e87ddb29c786257c6c5 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 28 Jan 2022 06:58:14 +0000 Subject: [PATCH] Bump version to 0.9.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/chef_apply/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 952d14f23..832c94f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v0.9.1](https://github.com/chef/chef-apply/tree/v0.9.1) (2022-01-27) + +## [v0.9.2](https://github.com/chef/chef-apply/tree/v0.9.2) (2022-01-28) #### Merged Pull Requests -- Integrated test coverage % report [#205](https://github.com/chef/chef-apply/pull/205) ([snehaldwivedi](https://github.com/snehaldwivedi)) +- adding a fix for failing aix [#207](https://github.com/chef/chef-apply/pull/207) ([i5pranay93](https://github.com/i5pranay93)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- adding a fix for failing aix [#207](https://github.com/chef/chef-apply/pull/207) ([i5pranay93](https://github.com/i5pranay93)) - 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 f514a2f0b..f76f91317 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 \ No newline at end of file +0.9.2 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index 0cce187d0..549ddbd6a 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.9.1".freeze + VERSION = "0.9.2".freeze end