diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ca547d7..aa1c815dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ + +## [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)) - - + +### 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.2](https://github.com/chef/omnibus/tree/8.2.2) (2021-09-28) diff --git a/VERSION b/VERSION index 6c9616431..85ce942dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.2.2 \ No newline at end of file +8.2.3 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index d76091640..4f59247a3 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "8.2.2".freeze + VERSION = "8.2.3".freeze end