Skip to content

Commit

Permalink
Bump version to 0.8.11 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Jan 11, 2022
1 parent edba5f7 commit 4b68d60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/ -->
<!-- latest_release 0.8.10 -->
## [v0.8.10](https://github.com/chef/chef-apply/tree/v0.8.10) (2022-01-10)
<!-- latest_release 0.8.11 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=0.8.1 -->
### 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)) <!-- 0.8.11 -->
- 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])) <!-- 0.8.10 -->
- Disable yml and md linting and fix chefstyle [#202](https://github.com/chef/chef-apply/pull/202) ([tas50](https://github.com/tas50)) <!-- 0.8.9 -->
- Tidy markdown [#191](https://github.com/chef/chef-apply/pull/191) ([damacus](https://github.com/damacus)) <!-- 0.8.8 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.10
0.8.11
2 changes: 1 addition & 1 deletion lib/chef_apply/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefApply
VERSION = "0.8.10".freeze
VERSION = "0.8.11".freeze
end

0 comments on commit 4b68d60

Please sign in to comment.