Skip to content

Commit

Permalink
Bump version to 7.0.33 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 Oct 20, 2020
1 parent 982a053 commit 222d66e
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 7.0.32 -->
## [7.0.32](https://github.com/chef/omnibus/tree/7.0.32) (2020-10-13)
<!-- latest_release 7.0.33 -->
## [7.0.33](https://github.com/chef/omnibus/tree/7.0.33) (2020-10-20)

#### Merged Pull Requests
- Update chefstyle requirement from = 1.4.3 to = 1.4.5 [#976](https://github.com/chef/omnibus/pull/976) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- use 7zip for FastUnzip MSI action to boost zip expansion performance [#977](https://github.com/chef/omnibus/pull/977) ([mwrock](https://github.com/mwrock))
<!-- latest_release -->
<!-- release_rollup since=7.0.13 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- use 7zip for FastUnzip MSI action to boost zip expansion performance [#977](https://github.com/chef/omnibus/pull/977) ([mwrock](https://github.com/mwrock)) <!-- 7.0.33 -->
- Update chefstyle requirement from = 1.4.3 to = 1.4.5 [#976](https://github.com/chef/omnibus/pull/976) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 7.0.32 -->
- Remove old pins we don&#39;t need anymore [#974](https://github.com/chef/omnibus/pull/974) ([tas50](https://github.com/tas50)) <!-- 7.0.31 -->
- Require Ruby 2.6 or later [#971](https://github.com/chef/omnibus/pull/971) ([tas50](https://github.com/tas50)) <!-- 7.0.30 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.32
7.0.33
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 = "7.0.32".freeze
VERSION = "7.0.33".freeze
end

0 comments on commit 222d66e

Please sign in to comment.