diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 06:35:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 06:35:47 +0000 |
commit | 4c29ca61656c1698b944fa57453569bd2b885821 (patch) | |
tree | edb352c09d31a5e9f5dc7b962e8b6d95174b61c9 | |
parent | 0af9dde31dcc518a4af4af66cb3ae14e1a3c6bd7 (diff) | |
download | mixlib-cli-2.1.2.tar.gz |
Bump version to 2.1.2 by Chef Expeditor2.1.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/mixlib/cli/version.rb | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 381a463..ec8e7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # mixlib-cli Changelog -<!-- latest_release --> +<!-- latest_release 2.1.2 --> +## [2.1.2](https://github.com/chef/mixlib-cli/tree/2.1.2) (2019-06-25) + +#### Merged Pull Requests +- Use our standard rakefile [#68](https://github.com/chef/mixlib-cli/pull/68) ([tas50](https://github.com/tas50)) <!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=2.1.1 --> +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Use our standard rakefile [#68](https://github.com/chef/mixlib-cli/pull/68) ([tas50](https://github.com/tas50)) <!-- 2.1.2 --> <!-- release_rollup --> <!-- latest_stable_release --> @@ -1 +1 @@ -2.1.1
\ No newline at end of file +2.1.2
\ No newline at end of file diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index a863db2..7b01bba 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.1.1".freeze + VERSION = "2.1.2".freeze end end |