Skip to content

Commit

Permalink
Bump version to 8.2.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 Nov 10, 2021
1 parent e0d467f commit 2c309fa
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 8.2.5 -->
## [8.2.5](https://github.com/chef/omnibus/tree/8.2.5) (2021-11-10)
<!-- latest_release 8.2.6 -->
## [8.2.6](https://github.com/chef/omnibus/tree/8.2.6) (2021-11-10)

#### Merged Pull Requests
- Make the omnibus config sugarable [#1045](https://github.com/chef/omnibus/pull/1045) ([lamont-granquist](https://github.com/lamont-granquist))
- Allow ohai versions &gt; 17 to be used [#1040](https://github.com/chef/omnibus/pull/1040) ([balasankarc](https://github.com/balasankarc))
<!-- latest_release -->
<!-- release_rollup since=8.2.2 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Allow ohai versions &gt; 17 to be used [#1040](https://github.com/chef/omnibus/pull/1040) ([balasankarc](https://github.com/balasankarc)) <!-- 8.2.6 -->
- Make the omnibus config sugarable [#1045](https://github.com/chef/omnibus/pull/1045) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 8.2.5 -->
- Revert &quot;Fix mac_x-10 failure for chef-workstation&quot; [#1042](https://github.com/chef/omnibus/pull/1042) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 8.2.4 -->
- Whitelist libbrotlidec for curl builds on macOS [#1041](https://github.com/chef/omnibus/pull/1041) ([skeshari12](https://github.com/skeshari12)) <!-- 8.2.3 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.5
8.2.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 = "8.2.5".freeze
VERSION = "8.2.6".freeze
end

0 comments on commit 2c309fa

Please sign in to comment.