Skip to content

Commit 7ce533a

Browse files
author
Chef Expeditor
committed
Bump version to 6.1.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 892378b commit 7ce533a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Diff for: CHANGELOG.md

+4-3
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 6.1.5 -->
4-
## [6.1.5](https://github.com/chef/omnibus/tree/6.1.5) (2019-10-29)
3+
<!-- latest_release 6.1.6 -->
4+
## [6.1.6](https://github.com/chef/omnibus/tree/6.1.6) (2019-10-29)
55

66
#### Merged Pull Requests
7-
- Add Whitelist Libs for Catalina [#909](https://github.com/chef/omnibus/pull/909) ([jonsmorrow](https://github.com/jonsmorrow))
7+
- add `kali` as rolling OS [#907](https://github.com/chef/omnibus/pull/907) ([jmartin-r7](https://github.com/jmartin-r7))
88
<!-- latest_release -->
99
<!-- release_rollup since=6.1.4 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- add `kali` as rolling OS [#907](https://github.com/chef/omnibus/pull/907) ([jmartin-r7](https://github.com/jmartin-r7)) <!-- 6.1.6 -->
1314
- Add Whitelist Libs for Catalina [#909](https://github.com/chef/omnibus/pull/909) ([jonsmorrow](https://github.com/jonsmorrow)) <!-- 6.1.5 -->
1415
<!-- release_rollup -->
1516
<!-- latest_stable_release -->

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.5
1+
6.1.6

Diff for: lib/omnibus/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#
1616

1717
module Omnibus
18-
VERSION = "6.1.5".freeze
18+
VERSION = "6.1.6".freeze
1919
end

0 commit comments

Comments
 (0)