summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-16 19:51:50 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-16 19:51:50 +0000
commita26ff432241056435e011c711df02c402fbe0118 (patch)
tree8e4946b3417da87934c7517e57b7753e3bba3e61
parent6afdea818aaf5d051871834fcc7941bb4fd674a9 (diff)
downloadmixlib-shellout-a26ff432241056435e011c711df02c402fbe0118.tar.gz
Bump version to 3.2.2 by Chef Expeditorv3.2.2
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 aa034d2..d7568ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release 3.2.1 -->
-## [v3.2.1](https://github.com/chef/mixlib-shellout/tree/v3.2.1) (2020-11-12)
+<!-- latest_release 3.2.2 -->
+## [v3.2.2](https://github.com/chef/mixlib-shellout/tree/v3.2.2) (2020-11-16)
#### Merged Pull Requests
-- Remove copyright dates [#225](https://github.com/chef/mixlib-shellout/pull/225) ([tas50](https://github.com/tas50))
+- Cleanup deps and fix the failing spec helper loading of support files [#226](https://github.com/chef/mixlib-shellout/pull/226) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.2.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Cleanup deps and fix the failing spec helper loading of support files [#226](https://github.com/chef/mixlib-shellout/pull/226) ([tas50](https://github.com/tas50)) <!-- 3.2.2 -->
- Remove copyright dates [#225](https://github.com/chef/mixlib-shellout/pull/225) ([tas50](https://github.com/tas50)) <!-- 3.2.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 0444f32..acf9bf0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.1 \ No newline at end of file
+3.2.2 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index f2e0c4f..af40c47 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.1".freeze
+ VERSION = "3.2.2".freeze
end
end