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 c4cd080..dd71dbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.1.4 -->
-## [v2.1.4](https://github.com/chef/mixlib-cli/tree/v2.1.4) (2019-08-28)
+<!-- latest_release 2.1.5 -->
+## [v2.1.5](https://github.com/chef/mixlib-cli/tree/v2.1.5) (2019-12-19)
#### Merged Pull Requests
-- Add windows PR testing with Buildkite [#73](https://github.com/chef/mixlib-cli/pull/73) ([tas50](https://github.com/tas50))
+- Test on Ruby 2.7 + random testing improvements [#75](https://github.com/chef/mixlib-cli/pull/75) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.1.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Test on Ruby 2.7 + random testing improvements [#75](https://github.com/chef/mixlib-cli/pull/75) ([tas50](https://github.com/tas50)) <!-- 2.1.5 -->
- Add windows PR testing with Buildkite [#73](https://github.com/chef/mixlib-cli/pull/73) ([tas50](https://github.com/tas50)) <!-- 2.1.4 -->
- Fix chef-style [#71](https://github.com/chef/mixlib-cli/pull/71) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 2.1.3 -->
- Use our standard rakefile [#68](https://github.com/chef/mixlib-cli/pull/68) ([tas50](https://github.com/tas50)) <!-- 2.1.2 -->
diff --git a/VERSION b/VERSION
index c346e7a..c5864dc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.4 \ No newline at end of file
+2.1.5 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index b4c0231..1e01b50 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.4".freeze
+ VERSION = "2.1.5".freeze
end
end