From 9d3da1c5d145e68fc731be3b39024d39bef39f53 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 18 Jan 2022 07:02:35 +0000 Subject: [PATCH] Bump version to 0.9.0 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 7d4487fa2..170a029ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v0.8.11](https://github.com/chef/chef-apply/tree/v0.8.11) (2022-01-11) + +## [v0.9.0](https://github.com/chef/chef-apply/tree/v0.9.0) (2022-01-18) #### Merged Pull Requests -- Add cspell config to fix spellcheck failures [#203](https://github.com/chef/chef-apply/pull/203) ([tas50](https://github.com/tas50)) +- Support AIX for chef adhoc runs [#201](https://github.com/chef/chef-apply/pull/201) ([i5pranay93](https://github.com/i5pranay93)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Support AIX for chef adhoc runs [#201](https://github.com/chef/chef-apply/pull/201) ([i5pranay93](https://github.com/i5pranay93)) - Add cspell config to fix spellcheck failures [#203](https://github.com/chef/chef-apply/pull/203) ([tas50](https://github.com/tas50)) - Update chefstyle requirement from 2.1.3 to 2.2.0 [#200](https://github.com/chef/chef-apply/pull/200) ([dependabot[bot]](https://github.com/dependabot[bot])) - Disable yml and md linting and fix chefstyle [#202](https://github.com/chef/chef-apply/pull/202) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index b216b0e46..899f24fc7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.11 \ No newline at end of file +0.9.0 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index ca4f534be..4aa5eca1f 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.8.11".freeze + VERSION = "0.9.0".freeze end