Skip to content

Commit

Permalink
Bump version to 9.0.1 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 24, 2022
1 parent f600d59 commit 8ecfecd
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.0 -->
## [9.0.0](https://github.com/chef/omnibus/tree/9.0.0) (2022-05-09)
<!-- latest_release 9.0.1 -->
## [9.0.1](https://github.com/chef/omnibus/tree/9.0.1) (2022-05-24)

#### Merged Pull Requests
- Replace BSD tar with GNU tar on Windows [#1065](https://github.com/chef/omnibus/pull/1065) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
- IPACK-204 [#1069](https://github.com/chef/omnibus/pull/1069) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
<!-- latest_release -->
<!-- release_rollup since=8.3.2 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- IPACK-204 [#1069](https://github.com/chef/omnibus/pull/1069) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 9.0.1 -->
- Replace BSD tar with GNU tar on Windows [#1065](https://github.com/chef/omnibus/pull/1065) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 9.0.0 -->
- Add -rpath to LDFLAGS for FreeBSD [#1067](https://github.com/chef/omnibus/pull/1067) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 8.3.4 -->
- Whitelist files for Chef Infra Client builds [#1064](https://github.com/chef/omnibus/pull/1064) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 8.3.3 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0
9.0.1
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.0".freeze
VERSION = "9.0.1".freeze
end

0 comments on commit 8ecfecd

Please sign in to comment.