summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d358da4..f14a84d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.0.2 -->
-## [v2.0.2](https://github.com/chef/mixlib-cli/tree/v2.0.2) (2019-01-04)
+<!-- latest_release 2.0.3 -->
+## [v2.0.3](https://github.com/chef/mixlib-cli/tree/v2.0.3) (2019-03-20)
#### Merged Pull Requests
-- fix global state pollution issues across examples [#54](https://github.com/chef/mixlib-cli/pull/54) ([lamont-granquist](https://github.com/lamont-granquist))
+- Add back support for Ruby 2.4 [#56](https://github.com/chef/mixlib-cli/pull/56) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add back support for Ruby 2.4 [#56](https://github.com/chef/mixlib-cli/pull/56) ([tas50](https://github.com/tas50)) <!-- 2.0.3 -->
- fix global state pollution issues across examples [#54](https://github.com/chef/mixlib-cli/pull/54) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.0.2 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index f93ea0c..6acdb44 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.2 \ No newline at end of file
+2.0.3 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index c81f286..3142b67 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.2".freeze
+ VERSION = "2.0.3".freeze
end
end