Skip to content

Commit

Permalink
Bump version to 0.8.8 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 4, 2022
1 parent 2e85df5 commit aaffbdf
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.7 -->
## [v0.8.7](https://github.com/chef/chef-apply/tree/v0.8.7) (2021-11-16)
<!-- latest_release 0.8.8 -->
## [v0.8.8](https://github.com/chef/chef-apply/tree/v0.8.8) (2022-01-04)

#### Merged Pull Requests
- 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]))
- Tidy markdown [#191](https://github.com/chef/chef-apply/pull/191) ([damacus](https://github.com/damacus))
<!-- latest_release -->

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

#### Merged Pull Requests
- 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 -->
- Update chefstyle requirement from 2.0.9 to 2.1.0 [#196](https://github.com/chef/chef-apply/pull/196) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.8.6 -->
- Update chefstyle requirement from 2.0.8 to 2.0.9 [#193](https://github.com/chef/chef-apply/pull/193) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.8.5 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.7
0.8.8
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.7".freeze
VERSION = "0.8.8".freeze
end

0 comments on commit aaffbdf

Please sign in to comment.