From 0e3e2cbe668addc14883b0c53b022b5bd59fe627 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 12 Nov 2020 05:11:25 +0000 Subject: Bump version to 3.2.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e786a1e..f2b8849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # mixlib-shellout Changelog + +## [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 [#194](https://github.com/chef/mixlib-shellout/pull/194) ([kapilchouhan99](https://github.com/kapilchouhan99)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Windows: fetch env variables for specified users [#194](https://github.com/chef/mixlib-shellout/pull/194) ([kapilchouhan99](https://github.com/kapilchouhan99)) ## [v3.1.4](https://github.com/chef/mixlib-shellout/tree/v3.1.4) (2020-08-13) diff --git a/VERSION b/VERSION index b532f3d..a4f52a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.4 \ 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 98842a0..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.4".freeze + VERSION = "3.2.0".freeze end end -- cgit v1.2.1