summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 03:44:44 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 03:44:44 +0000
commit0f81a9d85f44dde0e0ce5a71f5fed2e49fa9a48c (patch)
tree4ef9885e66f056d067e54b89c0c80d0925a70877
parent8db3037f76c4095e27427dba2020effeb4cbffcd (diff)
downloadmixlib-shellout-0f81a9d85f44dde0e0ce5a71f5fed2e49fa9a48c.tar.gz
Bump version to 3.1.6 by Chef Expeditorv3.1.6
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/shellout/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b17cf3b..b3f0647 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +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)
+<!-- latest_release 3.1.6 -->
+## [v3.1.6](https://github.com/chef/mixlib-shellout/tree/v3.1.6) (2020-09-10)
#### Merged Pull Requests
-- Use __dir__ instead of __FILE__ [#220](https://github.com/chef/mixlib-shellout/pull/220) ([tas50](https://github.com/tas50))
+- Simplify things a bit with &amp;. [#221](https://github.com/chef/mixlib-shellout/pull/221) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.1.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Simplify things a bit with &amp;. [#221](https://github.com/chef/mixlib-shellout/pull/221) ([tas50](https://github.com/tas50)) <!-- 3.1.6 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 97ceee1..8a4b275 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.5 \ No newline at end of file
+3.1.6 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index dfd7e9b..28bc53c 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.5".freeze
+ VERSION = "3.1.6".freeze
end
end