Skip to content

Commit e3573e7

Browse files
committed
Bump version to 8.2.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 2bde7c2 commit e3573e7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

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

3-
<!-- latest_release 8.2.0 -->
4-
## [8.2.0](https://github.com/chef/omnibus/tree/8.2.0) (2021-08-10)
3+
<!-- latest_release 8.2.1 -->
4+
## [8.2.1](https://github.com/chef/omnibus/tree/8.2.1) (2021-08-13)
55

66
#### Merged Pull Requests
7-
- Add new DSL for GO to builder [#1032](https://github.com/chef/omnibus/pull/1032) ([mimaslanka](https://github.com/mimaslanka))
7+
- Fix pathing for go on windows [#1034](https://github.com/chef/omnibus/pull/1034) ([mimaslanka](https://github.com/mimaslanka))
88
<!-- latest_release -->
99
<!-- release_rollup since=8.1.15 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- Fix pathing for go on windows [#1034](https://github.com/chef/omnibus/pull/1034) ([mimaslanka](https://github.com/mimaslanka)) <!-- 8.2.1 -->
1314
- Add new DSL for GO to builder [#1032](https://github.com/chef/omnibus/pull/1032) ([mimaslanka](https://github.com/mimaslanka)) <!-- 8.2.0 -->
1415
- Update aruba requirement from ~&gt; 1.1 to ~&gt; 2.0 [#1029](https://github.com/chef/omnibus/pull/1029) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 8.1.16 -->
1516
<!-- release_rollup -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.0
1+
8.2.1

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.2.0".freeze
18+
VERSION = "8.2.1".freeze
1919
end

0 commit comments

Comments
 (0)