summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-04 19:06:56 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-04 19:06:56 +0000
commite38d58daeb39db79a13fc5d7c9bd9a8d0b20bccf (patch)
tree478b7f52f0db58f87cd54d83493abca4a6a5a81e
parentecd7a6c5aa1c0b299ed498c2d434e1f1ed64f79a (diff)
downloadmixlib-cli-e38d58daeb39db79a13fc5d7c9bd9a8d0b20bccf.tar.gz
Bump version to 2.0.1 by Chef Expeditorv2.0.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64f5cd1..50932c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,18 @@
# mixlib-cli Changelog
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 2.0.1 -->
+## [v2.0.1](https://github.com/chef/mixlib-cli/tree/v2.0.1) (2019-01-04)
#### Merged Pull Requests
+- Don&#39;t ship the test files in the gem artifact [#51](https://github.com/chef/mixlib-cli/pull/51) ([tas50](https://github.com/tas50))
- actually do the major version bump [#53](https://github.com/chef/mixlib-cli/pull/53) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=2.0.0 -->
### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Don&#39;t ship the test files in the gem artifact [#51](https://github.com/chef/mixlib-cli/pull/51) ([tas50](https://github.com/tas50)) <!-- 2.0.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 227cea2..10bf840 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0
+2.0.1 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 5086a72..c5eeac8 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.0".freeze
+ VERSION = "2.0.1".freeze
end
end