From 98c2713fd331a8ce44eb8a6298cffcecee927bee Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 29 Oct 2019 03:15:55 +0000 Subject: [PATCH] Bump version to 6.1.7 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/omnibus/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf615608a..c3c9161cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [6.1.6](https://github.com/chef/omnibus/tree/6.1.6) (2019-10-29) + +## [6.1.7](https://github.com/chef/omnibus/tree/6.1.7) (2019-10-29) #### Merged Pull Requests -- add `kali` as rolling OS [#907](https://github.com/chef/omnibus/pull/907) ([jmartin-r7](https://github.com/jmartin-r7)) +- Update artifactory requirement from ~> 2.0 to ~> 3.0 [#899](https://github.com/chef/omnibus/pull/899) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update artifactory requirement from ~> 2.0 to ~> 3.0 [#899](https://github.com/chef/omnibus/pull/899) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - add `kali` as rolling OS [#907](https://github.com/chef/omnibus/pull/907) ([jmartin-r7](https://github.com/jmartin-r7)) - Add Whitelist Libs for Catalina [#909](https://github.com/chef/omnibus/pull/909) ([jonsmorrow](https://github.com/jonsmorrow)) diff --git a/VERSION b/VERSION index 3af67b5cb..cb6b1ffdc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.6 \ No newline at end of file +6.1.7 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 773665869..75bd9405a 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "6.1.6".freeze + VERSION = "6.1.7".freeze end