Skip to content

Commit

Permalink
Bump version to 9.0.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 Sep 5, 2022
1 parent ad91fe7 commit 5b41f81
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: http://expeditor-docs.es.chef.io/configuration/changelog/ -->

<!-- latest_release 9.0.5 -->
## [9.0.5](https://github.com/chef/omnibus/tree/9.0.5) (2022-08-17)
<!-- latest_release 9.0.6 -->
## [9.0.6](https://github.com/chef/omnibus/tree/9.0.6) (2022-09-05)

#### Merged Pull Requests
- Revert the changes - liblzma [#1077](https://github.com/chef/omnibus/pull/1077) ([poorndm](https://github.com/poorndm))
- Updated regex to match exactly 10, and 10.x [#1078](https://github.com/chef/omnibus/pull/1078) ([kanad-progress](https://github.com/kanad-progress))
<!-- latest_release -->
<!-- release_rollup since=8.3.2 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Updated regex to match exactly 10, and 10.x [#1078](https://github.com/chef/omnibus/pull/1078) ([kanad-progress](https://github.com/kanad-progress)) <!-- 9.0.6 -->
- Revert the changes - liblzma [#1077](https://github.com/chef/omnibus/pull/1077) ([poorndm](https://github.com/poorndm)) <!-- 9.0.5 -->
- Whitelist liblzma [#1076](https://github.com/chef/omnibus/pull/1076) ([poorndm](https://github.com/poorndm)) <!-- 9.0.4 -->
- Replace dependency on nokogiri with rexml [#1070](https://github.com/chef/omnibus/pull/1070) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 9.0.3 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.5
9.0.6
2 changes: 1 addition & 1 deletion lib/omnibus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
#

module Omnibus
VERSION = "9.0.5".freeze
VERSION = "9.0.6".freeze
end

0 comments on commit 5b41f81

Please sign in to comment.