summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-12 06:38:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-12 06:38:17 +0000
commit572618fb625a85444c26ee51883bce0febe82587 (patch)
tree7ea3d37790e3201cacd68345f0612206ae72ef31
parentcd26aebfb491b8d429f6206567649613b0befd2f (diff)
downloadmixlib-shellout-572618fb625a85444c26ee51883bce0febe82587.tar.gz
Bump version to 3.2.4 by Chef Expeditorv3.2.4
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 b6e6bdd..e544ec0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +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)
+<!-- latest_release 3.2.4 -->
+## [v3.2.4](https://github.com/chef/mixlib-shellout/tree/v3.2.4) (2021-02-12)
#### Merged Pull Requests
-- fix broken windows tests [#227](https://github.com/chef/mixlib-shellout/pull/227) ([mwrock](https://github.com/mwrock))
+- Add Ruby 3 testing + cleanup deps [#228](https://github.com/chef/mixlib-shellout/pull/228) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.2.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add Ruby 3 testing + cleanup deps [#228](https://github.com/chef/mixlib-shellout/pull/228) ([tas50](https://github.com/tas50)) <!-- 3.2.4 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 06eda28..9b7a431 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.3 \ No newline at end of file
+3.2.4 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index b61af40..c8b34ba 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.3".freeze
+ VERSION = "3.2.4".freeze
end
end