From 83040368b1e9be66734a8ec3340701bff306a54e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 4 Jan 2019 19:39:19 +0000 Subject: Bump version to 2.0.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/mixlib/cli/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2941300..d358da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # mixlib-cli Changelog - + +## [v2.0.2](https://github.com/chef/mixlib-cli/tree/v2.0.2) (2019-01-04) + +#### Merged Pull Requests +- fix global state pollution issues across examples [#54](https://github.com/chef/mixlib-cli/pull/54) ([lamont-granquist](https://github.com/lamont-granquist)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- fix global state pollution issues across examples [#54](https://github.com/chef/mixlib-cli/pull/54) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/VERSION b/VERSION index 10bf840..f93ea0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.0.2 \ No newline at end of file diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index c5eeac8..c81f286 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.0.1".freeze + VERSION = "2.0.2".freeze end end -- cgit v1.2.1