summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-01 06:01:12 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-01 06:01:12 +0000
commitae6e7e581520f81e048267f73d3ce43402886ba5 (patch)
treecea4ed68bb5f6ac56156e34702786f165f54718b
parentb02f49922fde9227eef53de8c6d3878254ba906e (diff)
downloadmixlib-cli-ae6e7e581520f81e048267f73d3ce43402886ba5.tar.gz
Bump version to 2.0.8 by Chef Expeditor2.0.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 804a247..335da3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.0.7 -->
-## [2.0.7](https://github.com/chef/mixlib-cli/tree/2.0.7) (2019-06-01)
+<!-- latest_release 2.0.8 -->
+## [2.0.8](https://github.com/chef/mixlib-cli/tree/2.0.8) (2019-06-01)
#### Merged Pull Requests
-- Setup BuildKite for PR testing [#61](https://github.com/chef/mixlib-cli/pull/61) ([tas50](https://github.com/tas50))
+- Disable Travis testing &amp; Update codeowners [#62](https://github.com/chef/mixlib-cli/pull/62) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.0.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 6a0ca2d..e8f41f0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.7 \ No newline at end of file
+2.0.8 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index a88eb62..dfc90e3 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.7".freeze
+ VERSION = "2.0.8".freeze
end
end