From 4b68d60e98567ca46c2bcdb273481e707afee5b3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 11 Jan 2022 07:20:13 +0000 Subject: [PATCH] Bump version to 0.8.11 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 49b3b4a08..7d4487fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v0.8.10](https://github.com/chef/chef-apply/tree/v0.8.10) (2022-01-10) + +## [v0.8.11](https://github.com/chef/chef-apply/tree/v0.8.11) (2022-01-11) #### Merged Pull Requests -- 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])) +- Add cspell config to fix spellcheck failures [#203](https://github.com/chef/chef-apply/pull/203) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- 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)) - Tidy markdown [#191](https://github.com/chef/chef-apply/pull/191) ([damacus](https://github.com/damacus)) diff --git a/VERSION b/VERSION index e6663d4ce..b216b0e46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.10 \ No newline at end of file +0.8.11 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index a9394aecc..ca4f534be 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.8.10".freeze + VERSION = "0.8.11".freeze end