Skip to content

Commit

Permalink
Bump version to 8.2.3 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 12, 2021
1 parent 1048ac6 commit 90306c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->

<!-- latest_release 8.2.3 -->
## [8.2.3](https://github.com/chef/omnibus/tree/8.2.3) (2021-10-12)

#### Merged Pull Requests
- Whitelist libbrotlidec for curl builds on macOS [#1041](https://github.com/chef/omnibus/pull/1041) ([skeshari12](https://github.com/skeshari12))
<!-- latest_release -->
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=8.2.2 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Whitelist libbrotlidec for curl builds on macOS [#1041](https://github.com/chef/omnibus/pull/1041) ([skeshari12](https://github.com/skeshari12)) <!-- 8.2.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [8.2.2](https://github.com/chef/omnibus/tree/8.2.2) (2021-09-28)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.2
8.2.3
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.2".freeze
VERSION = "8.2.3".freeze
end

0 comments on commit 90306c9

Please sign in to comment.