summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 20:23:39 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 20:23:39 +0000
commit1db58f0800b3e1266717b233f8bca072fce71d5c (patch)
treeb88f80857958f525438e3e89178935a45bfa1e8e
parent6173a3b4180578186b61df337c995fe8f06ec9e9 (diff)
downloadmixlib-shellout-1db58f0800b3e1266717b233f8bca072fce71d5c.tar.gz
Bump version to 3.1.7 by Chef Expeditorv3.1.7
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/shellout/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6616e0f..9f662fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# mixlib-shellout Changelog
+<!-- latest_release 3.1.7 -->
+## [v3.1.7](https://github.com/chef/mixlib-shellout/tree/v3.1.7) (2020-10-29)
+
+#### Merged Pull Requests
+- Loosen win32-process dep to resolve Ruby 3 deprecation warnings [#223](https://github.com/chef/mixlib-shellout/pull/223) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.1.6 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Loosen win32-process dep to resolve Ruby 3 deprecation warnings [#223](https://github.com/chef/mixlib-shellout/pull/223) ([tas50](https://github.com/tas50)) <!-- 3.1.7 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v3.1.6](https://github.com/chef/mixlib-shellout/tree/v3.1.6) (2020-09-10)
diff --git a/VERSION b/VERSION
index 8a4b275..d40b13a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.6 \ No newline at end of file
+3.1.7 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 28bc53c..e792014 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.6".freeze
+ VERSION = "3.1.7".freeze
end
end