From 6b83e4f731e8bad24d1418857ab367812bd439f1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 7 Jun 2019 02:25:38 +0000 Subject: Bump version to 2.1.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/cli/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e28ee..a2881e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # mixlib-cli Changelog - -## [2.0.9](https://github.com/chef/mixlib-cli/tree/2.0.9) (2019-06-05) + +## [2.1.0](https://github.com/chef/mixlib-cli/tree/2.1.0) (2019-06-07) #### Merged Pull Requests -- Fix gem homepage url [#64](https://github.com/chef/mixlib-cli/pull/64) ([tsub](https://github.com/tsub)) +- [MIXLIB-CLI-63] Add deprecated_option support [#65](https://github.com/chef/mixlib-cli/pull/65) ([marcparadise](https://github.com/marcparadise)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- [MIXLIB-CLI-63] Add deprecated_option support [#65](https://github.com/chef/mixlib-cli/pull/65) ([marcparadise](https://github.com/marcparadise)) - Fix gem homepage url [#64](https://github.com/chef/mixlib-cli/pull/64) ([tsub](https://github.com/tsub)) - Disable Travis testing & Update codeowners [#62](https://github.com/chef/mixlib-cli/pull/62) ([tas50](https://github.com/tas50)) - Setup BuildKite for PR testing [#61](https://github.com/chef/mixlib-cli/pull/61) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index ed35d09..50aea0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.9 \ No newline at end of file +2.1.0 \ No newline at end of file diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index e71b212..f01ac0e 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.0.9".freeze + VERSION = "2.1.0".freeze end end -- cgit v1.2.1