Skip to content

Commit

Permalink
Bump version to 0.9.6 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 May 16, 2023
1 parent e7240f0 commit 969d267
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.5 -->
## [v0.9.5](https://github.com/chef/chef-apply/tree/v0.9.5) (2023-04-25)
<!-- latest_release 0.9.6 -->
## [v0.9.6](https://github.com/chef/chef-apply/tree/v0.9.6) (2023-05-16)

#### Merged Pull Requests
- Fix yaml load error for ruby 3.1 [#220](https://github.com/chef/chef-apply/pull/220) ([Stromweld](https://github.com/Stromweld))
- Minor change in Readme [#222](https://github.com/chef/chef-apply/pull/222) ([vkarve-chef](https://github.com/vkarve-chef))
<!-- latest_release -->

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

#### Merged Pull Requests
- Minor change in Readme [#222](https://github.com/chef/chef-apply/pull/222) ([vkarve-chef](https://github.com/vkarve-chef)) <!-- 0.9.6 -->
- Fix yaml load error for ruby 3.1 [#220](https://github.com/chef/chef-apply/pull/220) ([Stromweld](https://github.com/Stromweld)) <!-- 0.9.5 -->
- Integrating with sonarQube [#219](https://github.com/chef/chef-apply/pull/219) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.9.5 -->
<!-- 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.5
0.9.6
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.5".freeze
VERSION = "0.9.6".freeze
end

0 comments on commit 969d267

Please sign in to comment.