Skip to content

Commit

Permalink
Bump version to 0.9.2 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 28, 2022
1 parent fe6076d commit 1e8972f
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.9.1 -->
## [v0.9.1](https://github.com/chef/chef-apply/tree/v0.9.1) (2022-01-27)
<!-- latest_release 0.9.2 -->
## [v0.9.2](https://github.com/chef/chef-apply/tree/v0.9.2) (2022-01-28)

#### Merged Pull Requests
- Integrated test coverage % report [#205](https://github.com/chef/chef-apply/pull/205) ([snehaldwivedi](https://github.com/snehaldwivedi))
- adding a fix for failing aix [#207](https://github.com/chef/chef-apply/pull/207) ([i5pranay93](https://github.com/i5pranay93))
<!-- latest_release -->

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

#### Merged Pull Requests
- adding a fix for failing aix [#207](https://github.com/chef/chef-apply/pull/207) ([i5pranay93](https://github.com/i5pranay93)) <!-- 0.9.2 -->
- Integrated test coverage % report [#205](https://github.com/chef/chef-apply/pull/205) ([snehaldwivedi](https://github.com/snehaldwivedi)) <!-- 0.9.1 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
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.9.1".freeze
VERSION = "0.9.2".freeze
end

0 comments on commit 1e8972f

Please sign in to comment.