summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 81c15f5..804a247 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release -->
+<!-- latest_release 2.0.7 -->
+## [2.0.7](https://github.com/chef/mixlib-cli/tree/2.0.7) (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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.0.6 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Setup BuildKite for PR testing [#61](https://github.com/chef/mixlib-cli/pull/61) ([tas50](https://github.com/tas50)) <!-- 2.0.7 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 703cec9..6a0ca2d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.6 \ No newline at end of file
+2.0.7 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index d70dc3f..a88eb62 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.6".freeze
+ VERSION = "2.0.7".freeze
end
end