summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-21 18:54:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-21 18:54:11 +0000
commit15e75fc161f2b8083b68e8b1ae4c6da1d315f0e7 (patch)
treefb6d1b63aa038d3a453f41f1a1fe11599d5b5ddd
parent00fb154643af384cccbc1283a79ed1bbb8ce9ecf (diff)
downloadmixlib-cli-15e75fc161f2b8083b68e8b1ae4c6da1d315f0e7.tar.gz
Bump version to 2.1.8 by Chef Expeditorv2.1.8
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 0fbebb4..b9540ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.1.7 -->
-## [v2.1.7](https://github.com/chef/mixlib-cli/tree/v2.1.7) (2020-08-21)
+<!-- latest_release 2.1.8 -->
+## [v2.1.8](https://github.com/chef/mixlib-cli/tree/v2.1.8) (2020-08-21)
#### Merged Pull Requests
-- Fix minor typos [#77](https://github.com/chef/mixlib-cli/pull/77) ([tas50](https://github.com/tas50))
+- Optimize our requires [#78](https://github.com/chef/mixlib-cli/pull/78) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.1.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Optimize our requires [#78](https://github.com/chef/mixlib-cli/pull/78) ([tas50](https://github.com/tas50)) <!-- 2.1.8 -->
- Fix minor typos [#77](https://github.com/chef/mixlib-cli/pull/77) ([tas50](https://github.com/tas50)) <!-- 2.1.7 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 9671f9a..b370e25 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.7 \ No newline at end of file
+2.1.8 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index c2b805d..3d37a52 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.7".freeze
+ VERSION = "2.1.8".freeze
end
end