summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 16:43:18 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 16:43:18 +0000
commit7a75f74c719679bbb94ea167c48c4024f5de683c (patch)
treeec9d0c8b54914a7ae1d59792a81dd9e475482fd1
parent560e3eaf8ec102ecb3176ab5cb522abde29321b4 (diff)
downloadmixlib-shellout-7a75f74c719679bbb94ea167c48c4024f5de683c.tar.gz
Bump version to 3.2.0 by Chef Expeditor
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 c577c6e..6ec2316 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# mixlib-shellout Changelog
+<!-- latest_release 3.2.0 -->
+## [v3.2.0](https://github.com/chef/mixlib-shellout/tree/v3.2.0) (2020-11-12)
+
+#### Merged Pull Requests
+- Windows: fetch env variables for specified users [#224](https://github.com/chef/mixlib-shellout/pull/224) ([kapilchouhan99](https://github.com/kapilchouhan99))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.1.7 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Windows: fetch env variables for specified users [#224](https://github.com/chef/mixlib-shellout/pull/224) ([kapilchouhan99](https://github.com/kapilchouhan99)) <!-- 3.2.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v3.1.7](https://github.com/chef/mixlib-shellout/tree/v3.1.7) (2020-10-29)
diff --git a/VERSION b/VERSION
index d40b13a..a4f52a5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.7 \ No newline at end of file
+3.2.0 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index e792014..a772b57 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.7".freeze
+ VERSION = "3.2.0".freeze
end
end