Skip to content

Commit

Permalink
Bump version to 0.8.10 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 10, 2022
1 parent 8b32c83 commit 8bc5834
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.9 -->
## [v0.8.9](https://github.com/chef/chef-apply/tree/v0.8.9) (2022-01-10)
<!-- latest_release 0.8.10 -->
## [v0.8.10](https://github.com/chef/chef-apply/tree/v0.8.10) (2022-01-10)

#### Merged Pull Requests
- Disable yml and md linting and fix chefstyle [#202](https://github.com/chef/chef-apply/pull/202) ([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]))
<!-- latest_release -->

<!-- release_rollup since=0.8.1 -->
### Changes not yet released to rubygems.org

#### 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])) <!-- 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 -->
- Update chefstyle requirement from 2.1.0 to 2.1.3 [#199](https://github.com/chef/chef-apply/pull/199) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.8.7 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.9
0.8.10
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.9".freeze
VERSION = "0.8.10".freeze
end

0 comments on commit 8bc5834

Please sign in to comment.