summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-23 18:27:54 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-23 18:27:54 +0000
commit5f0e3706dfc00c5175669720e04c4bff38a7d96f (patch)
treec82a14d12464a865597c0ae877a382ff9a6ba5e9
parent1c07c7df891ca1568dc9c0d62033e58ebe2aab07 (diff)
downloadmixlib-cli-5f0e3706dfc00c5175669720e04c4bff38a7d96f.tar.gz
Bump version to 2.0.4 by Chef Expeditorv2.0.4
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 496d68a..25669e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release -->
+<!-- latest_release 2.0.4 -->
+## [v2.0.4](https://github.com/chef/mixlib-cli/tree/v2.0.4) (2019-04-23)
+
+#### Merged Pull Requests
+- Add additional github templates and update codeowners [#58](https://github.com/chef/mixlib-cli/pull/58) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.0.3 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Add additional github templates and update codeowners [#58](https://github.com/chef/mixlib-cli/pull/58) ([tas50](https://github.com/tas50)) <!-- 2.0.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 6acdb44..26e3379 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.3 \ No newline at end of file
+2.0.4 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 3142b67..8e3deab 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.3".freeze
+ VERSION = "2.0.4".freeze
end
end