From 794efffbb5058f70a59e614056335bf519a76b8f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 28 Aug 2019 17:09:52 +0000 Subject: Bump version to 2.1.4 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/cli/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f92de..c4cd080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # mixlib-cli Changelog - -## [2.1.3](https://github.com/chef/mixlib-cli/tree/2.1.3) (2019-07-12) + +## [v2.1.4](https://github.com/chef/mixlib-cli/tree/v2.1.4) (2019-08-28) #### Merged Pull Requests -- Fix chef-style [#71](https://github.com/chef/mixlib-cli/pull/71) ([vsingh-msys](https://github.com/vsingh-msys)) +- Add windows PR testing with Buildkite [#73](https://github.com/chef/mixlib-cli/pull/73) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add windows PR testing with Buildkite [#73](https://github.com/chef/mixlib-cli/pull/73) ([tas50](https://github.com/tas50)) - Fix chef-style [#71](https://github.com/chef/mixlib-cli/pull/71) ([vsingh-msys](https://github.com/vsingh-msys)) - Use our standard rakefile [#68](https://github.com/chef/mixlib-cli/pull/68) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index abae0d9..c346e7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index 3fd83a0..b4c0231 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.1.3".freeze + VERSION = "2.1.4".freeze end end -- cgit v1.2.1