summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-07 02:25:38 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-07 02:25:38 +0000
commit6b83e4f731e8bad24d1418857ab367812bd439f1 (patch)
treeeda33ebeb46d54a3b0a6ab1eb50d41187e3e028d
parent3f0149ea43e7d6f6d90c89bbaeb3f62281614161 (diff)
downloadmixlib-cli-6b83e4f731e8bad24d1418857ab367812bd439f1.tar.gz
Bump version to 2.1.0 by Chef Expeditor2.1.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02e28ee..a2881e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.0.9 -->
-## [2.0.9](https://github.com/chef/mixlib-cli/tree/2.0.9) (2019-06-05)
+<!-- latest_release 2.1.0 -->
+## [2.1.0](https://github.com/chef/mixlib-cli/tree/2.1.0) (2019-06-07)
#### Merged Pull Requests
-- Fix gem homepage url [#64](https://github.com/chef/mixlib-cli/pull/64) ([tsub](https://github.com/tsub))
+- [MIXLIB-CLI-63] Add deprecated_option support [#65](https://github.com/chef/mixlib-cli/pull/65) ([marcparadise](https://github.com/marcparadise))
<!-- latest_release -->
<!-- release_rollup since=2.0.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- [MIXLIB-CLI-63] Add deprecated_option support [#65](https://github.com/chef/mixlib-cli/pull/65) ([marcparadise](https://github.com/marcparadise)) <!-- 2.1.0 -->
- Fix gem homepage url [#64](https://github.com/chef/mixlib-cli/pull/64) ([tsub](https://github.com/tsub)) <!-- 2.0.9 -->
- Disable Travis testing &amp; Update codeowners [#62](https://github.com/chef/mixlib-cli/pull/62) ([tas50](https://github.com/tas50)) <!-- 2.0.8 -->
- Setup BuildKite for PR testing [#61](https://github.com/chef/mixlib-cli/pull/61) ([tas50](https://github.com/tas50)) <!-- 2.0.7 -->
diff --git a/VERSION b/VERSION
index ed35d09..50aea0e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.9 \ No newline at end of file
+2.1.0 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index e71b212..f01ac0e 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.9".freeze
+ VERSION = "2.1.0".freeze
end
end