Skip to content

Commit 27c37fc

Browse files
committed
Bump version to 8.3.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent c364934 commit 27c37fc

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
22

3+
<!-- latest_release 8.3.3 -->
4+
## [8.3.3](https://github.com/chef/omnibus/tree/8.3.3) (2022-04-12)
5+
6+
#### Merged Pull Requests
7+
- Whitelist files for Chef Infra Client builds [#1064](https://github.com/chef/omnibus/pull/1064) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
38
<!-- latest_release -->
4-
<!-- latest_release -->
5-
<!-- release_rollup -->
9+
<!-- release_rollup since=8.3.2 -->
10+
### Changes not yet released to rubygems.org
11+
12+
#### Merged Pull Requests
13+
- Whitelist files for Chef Infra Client builds [#1064](https://github.com/chef/omnibus/pull/1064) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 8.3.3 -->
614
<!-- release_rollup -->
715
<!-- latest_stable_release -->
816
## [8.3.2](https://github.com/chef/omnibus/tree/8.3.2) (2022-02-15)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.3.2
1+
8.3.3

lib/omnibus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#
1616

1717
module Omnibus
18-
VERSION = "8.3.2".freeze
18+
VERSION = "8.3.3".freeze
1919
end

0 commit comments

Comments
 (0)