diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-09 22:24:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-09 22:24:31 +0000 |
commit | 50ae416a3859691a21718a12a29129dae3d6099a (patch) | |
tree | 8ee4ebc4725ee8e9397befa80f5a2f627615fbd3 | |
parent | e2a43f613ff1830175716acd541cf3bc921183d6 (diff) | |
download | mixlib-shellout-50ae416a3859691a21718a12a29129dae3d6099a.tar.gz |
Bump version to 3.1.5 by Chef Expeditorv3.1.5
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/shellout/version.rb | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e786a1e..b17cf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # mixlib-shellout Changelog +<!-- latest_release 3.1.5 --> +## [v3.1.5](https://github.com/chef/mixlib-shellout/tree/v3.1.5) (2020-09-09) + +#### Merged Pull Requests +- Use __dir__ instead of __FILE__ [#220](https://github.com/chef/mixlib-shellout/pull/220) ([tas50](https://github.com/tas50)) <!-- latest_release --> -<!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=3.1.4 --> +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Use __dir__ instead of __FILE__ [#220](https://github.com/chef/mixlib-shellout/pull/220) ([tas50](https://github.com/tas50)) <!-- 3.1.5 --> <!-- release_rollup --> <!-- latest_stable_release --> ## [v3.1.4](https://github.com/chef/mixlib-shellout/tree/v3.1.4) (2020-08-13) @@ -1 +1 @@ -3.1.4
\ No newline at end of file +3.1.5
\ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 98842a0..dfd7e9b 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.1.4".freeze + VERSION = "3.1.5".freeze end end |