From acd88ee7929e2c937424d58f8ea9240ad2121efd Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 31 Dec 2019 18:08:45 +0000 Subject: [PATCH] Bump version to 6.1.19 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 c176826ce..924dc5a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [6.1.18](https://github.com/chef/omnibus/tree/6.1.18) (2019-11-28) + +## [6.1.19](https://github.com/chef/omnibus/tree/6.1.19) (2019-12-31) #### Merged Pull Requests -- Typos, formatting, links to other generated files [#918](https://github.com/chef/omnibus/pull/918) ([ehershey](https://github.com/ehershey)) +- Update thor requirement from ~> 0.18 to >= 0.18, < 2.0 [#921](https://github.com/chef/omnibus/pull/921) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update thor requirement from ~> 0.18 to >= 0.18, < 2.0 [#921](https://github.com/chef/omnibus/pull/921) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Typos, formatting, links to other generated files [#918](https://github.com/chef/omnibus/pull/918) ([ehershey](https://github.com/ehershey)) - Remove myself as maintainer [#919](https://github.com/chef/omnibus/pull/919) ([scotthain](https://github.com/scotthain)) - fix typo [#916](https://github.com/chef/omnibus/pull/916) ([ehershey](https://github.com/ehershey)) diff --git a/VERSION b/VERSION index db07f335d..b4b474b5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.18 \ No newline at end of file +6.1.19 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 44d4cad2c..ccfe7d05d 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "6.1.18".freeze + VERSION = "6.1.19".freeze end