From 5601bd1811b6182b93681bd30c286e69fc52597f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 14 May 2019 01:20:25 +0000 Subject: Bump version to 2.0.5 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 25669e2..6155307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # mixlib-cli Changelog - -## [v2.0.4](https://github.com/chef/mixlib-cli/tree/v2.0.4) (2019-04-23) + +## [v2.0.5](https://github.com/chef/mixlib-cli/tree/v2.0.5) (2019-05-14) #### Merged Pull Requests -- Add additional github templates and update codeowners [#58](https://github.com/chef/mixlib-cli/pull/58) ([tas50](https://github.com/tas50)) +- Improve the --help text output of 'in:' [#59](https://github.com/chef/mixlib-cli/pull/59) ([btm](https://github.com/btm)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Improve the --help text output of 'in:' [#59](https://github.com/chef/mixlib-cli/pull/59) ([btm](https://github.com/btm)) - Add additional github templates and update codeowners [#58](https://github.com/chef/mixlib-cli/pull/58) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 26e3379..b9d2bdf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.4 \ No newline at end of file +2.0.5 \ No newline at end of file diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index 8e3deab..df345fb 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.0.4".freeze + VERSION = "2.0.5".freeze end end -- cgit v1.2.1