Skip to content

Commit

Permalink
Bump version to 0.9.0 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 18, 2022
1 parent 4973633 commit 9d3da1c
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.11 -->
## [v0.8.11](https://github.com/chef/chef-apply/tree/v0.8.11) (2022-01-11)
<!-- latest_release 0.9.0 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=0.8.1 -->
### 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)) <!-- 0.9.0 -->
- 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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.11
0.9.0
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.11".freeze
VERSION = "0.9.0".freeze
end

0 comments on commit 9d3da1c

Please sign in to comment.