summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-25 18:50:36 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-25 18:50:36 +0000
commitfec41da4f12db77eaee1ac56a8ddc84e53db7acd (patch)
treed793cea424df13956f77013bb3198a9d731da8c3
parent9581c707deb83babdd3995a24a51bf1e30d605d3 (diff)
downloadmixlib-shellout-fec41da4f12db77eaee1ac56a8ddc84e53db7acd.tar.gz
Bump version to 3.2.3 by Chef Expeditorv3.2.3
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 72a70f1..b6e6bdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# mixlib-shellout Changelog
+<!-- latest_release 3.2.3 -->
+## [v3.2.3](https://github.com/chef/mixlib-shellout/tree/v3.2.3) (2021-01-25)
+
+#### Merged Pull Requests
+- fix broken windows tests [#227](https://github.com/chef/mixlib-shellout/pull/227) ([mwrock](https://github.com/mwrock))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.2.2 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- fix broken windows tests [#227](https://github.com/chef/mixlib-shellout/pull/227) ([mwrock](https://github.com/mwrock)) <!-- 3.2.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v3.2.2](https://github.com/chef/mixlib-shellout/tree/v3.2.2) (2020-11-16)
diff --git a/VERSION b/VERSION
index acf9bf0..06eda28 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.2 \ No newline at end of file
+3.2.3 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index af40c47..b61af40 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.2".freeze
+ VERSION = "3.2.3".freeze
end
end