Skip to content

Commit

Permalink
Bump version to 9.0.7 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 28, 2022
1 parent 799be73 commit 4b6901c
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.6 -->
## [9.0.6](https://github.com/chef/omnibus/tree/9.0.6) (2022-09-05)
<!-- latest_release 9.0.7 -->
## [9.0.7](https://github.com/chef/omnibus/tree/9.0.7) (2022-09-28)

#### 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))
- Add solaris basic os libs to acceptlist, currently called whitelist. [#1082](https://github.com/chef/omnibus/pull/1082) ([marcparadise](https://github.com/marcparadise))
<!-- latest_release -->
<!-- release_rollup since=8.3.2 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Add solaris basic os libs to acceptlist, currently called whitelist. [#1082](https://github.com/chef/omnibus/pull/1082) ([marcparadise](https://github.com/marcparadise)) <!-- 9.0.7 -->
- 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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.6
9.0.7
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.6".freeze
VERSION = "9.0.7".freeze
end

0 comments on commit 4b6901c

Please sign in to comment.