summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-13 19:47:20 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-13 19:47:20 +0000
commite2ec87f6f5933e5e5bc75a9fe08a8c8c73e55b72 (patch)
tree8dabe8bfa745706b884808bd15d8467e870904f2
parent55a13eee82f042232221a14de04a7ba954eb7caa (diff)
downloadmixlib-shellout-e2ec87f6f5933e5e5bc75a9fe08a8c8c73e55b72.tar.gz
Bump version to 3.2.5 by Chef Expeditorv3.2.5
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 e544ec0..31b574b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release 3.2.4 -->
-## [v3.2.4](https://github.com/chef/mixlib-shellout/tree/v3.2.4) (2021-02-12)
+<!-- latest_release 3.2.5 -->
+## [v3.2.5](https://github.com/chef/mixlib-shellout/tree/v3.2.5) (2021-02-13)
#### Merged Pull Requests
-- Add Ruby 3 testing + cleanup deps [#228](https://github.com/chef/mixlib-shellout/pull/228) ([tas50](https://github.com/tas50))
+- gemspec: add license metadata [#229](https://github.com/chef/mixlib-shellout/pull/229) ([priv-kweihmann](https://github.com/priv-kweihmann))
<!-- latest_release -->
<!-- release_rollup since=3.2.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- gemspec: add license metadata [#229](https://github.com/chef/mixlib-shellout/pull/229) ([priv-kweihmann](https://github.com/priv-kweihmann)) <!-- 3.2.5 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 9b7a431..448ada3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.4 \ No newline at end of file
+3.2.5 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index c8b34ba..8b94c00 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.4".freeze
+ VERSION = "3.2.5".freeze
end
end