summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-10 11:14:03 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-10 11:14:03 +0000
commit9b4365ef5e37af3252413d152bf2998b3f757a26 (patch)
tree27db8f11fc58470be65c58dbf2f5c090b84e2aa4
parent1db668fe70891d2c8ad2ee6f310e016f6684bb0a (diff)
downloadmixlib-cli-9b4365ef5e37af3252413d152bf2998b3f757a26.tar.gz
Bump version to 2.1.1 by Chef Expeditor2.1.1
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 8fe058e..047b59f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release -->
+<!-- latest_release 2.1.1 -->
+## [2.1.1](https://github.com/chef/mixlib-cli/tree/2.1.1) (2019-06-10)
+
+#### Merged Pull Requests
+- Don&#39;t explode when there are unknown keys in &#39;config&#39; [#66](https://github.com/chef/mixlib-cli/pull/66) ([marcparadise](https://github.com/marcparadise))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.1.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Don&#39;t explode when there are unknown keys in &#39;config&#39; [#66](https://github.com/chef/mixlib-cli/pull/66) ([marcparadise](https://github.com/marcparadise)) <!-- 2.1.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 50aea0e..7c32728 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.0 \ No newline at end of file
+2.1.1 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index f01ac0e..a863db2 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.0".freeze
+ VERSION = "2.1.1".freeze
end
end