diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ce5cc..36fa5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # mixlib-shellout Changelog -<!-- latest_release 2.4.1 --> -## [v2.4.1](https://github.com/chef/mixlib-shellout/tree/v2.4.1) (2018-12-06) +<!-- latest_release 2.4.2 --> +## [v2.4.2](https://github.com/chef/mixlib-shellout/tree/v2.4.2) (2018-12-06) #### Merged Pull Requests -- Test on ruby-head and Ruby 2.6 in Travis [#170](https://github.com/chef/mixlib-shellout/pull/170) ([tas50](https://github.com/tas50)) +- Remove dev deps from the gemspec [#171](https://github.com/chef/mixlib-shellout/pull/171) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=2.4.0 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Remove dev deps from the gemspec [#171](https://github.com/chef/mixlib-shellout/pull/171) ([tas50](https://github.com/tas50)) <!-- 2.4.2 --> - Test on ruby-head and Ruby 2.6 in Travis [#170](https://github.com/chef/mixlib-shellout/pull/170) ([tas50](https://github.com/tas50)) <!-- 2.4.1 --> <!-- release_rollup --> <!-- latest_stable_release --> @@ -1 +1 @@ -2.4.1
\ No newline at end of file +2.4.2
\ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 2d0a55f..3fa1152 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.4.1".freeze + VERSION = "2.4.2".freeze end end |