diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-19 21:27:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-19 21:27:52 +0000 |
commit | 40dc892bf8399149ff88b31a4dd2d4e632789f13 (patch) | |
tree | 9e4d08169c12dffa95d408c7e18d1da24a7b77ce | |
parent | 505bd0d47088ef16bc5b444da812f8c964b01f56 (diff) | |
download | mixlib-shellout-40dc892bf8399149ff88b31a4dd2d4e632789f13.tar.gz |
Bump version to 3.0.1 by Chef Expeditorv3.0.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f27755..6ebb732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ # mixlib-shellout Changelog -<!-- latest_release unreleased --> -## Unreleased +<!-- latest_release 3.0.1 --> +## [v3.0.1](https://github.com/chef/mixlib-shellout/tree/v3.0.1) (2019-04-19) #### Merged Pull Requests +- Misnamed parameter in README [#178](https://github.com/chef/mixlib-shellout/pull/178) ([martinisoft](https://github.com/martinisoft)) - update travis/appveyor, drop ruby 2.2 support, test on 2.6 [#176](https://github.com/chef/mixlib-shellout/pull/176) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> <!-- release_rollup since=2.4.4 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Misnamed parameter in README [#178](https://github.com/chef/mixlib-shellout/pull/178) ([martinisoft](https://github.com/martinisoft)) <!-- 3.0.1 --> - update travis/appveyor, drop ruby 2.2 support, test on 2.6 [#176](https://github.com/chef/mixlib-shellout/pull/176) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.0 --> <!-- release_rollup --> <!-- latest_stable_release --> @@ -1 +1 @@ -3.0.0 +3.0.1
\ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 21b5e5e..8787911 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.0.0".freeze + VERSION = "3.0.1".freeze end end |