summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-04 19:39:19 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-04 19:39:19 +0000
commit83040368b1e9be66734a8ec3340701bff306a54e (patch)
treeb0f0a9b59e2e07696affaeba7b16b0a6adf2b26f
parentfe76d3f25f20761da5719ffbf7545f07a22ba9bc (diff)
downloadmixlib-cli-83040368b1e9be66734a8ec3340701bff306a54e.tar.gz
Bump version to 2.0.2 by Chef Expeditorv2.0.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
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
-<!-- latest_release -->
+<!-- latest_release 2.0.2 -->
+## [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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.0.1 -->
+### 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)) <!-- 2.0.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
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