summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 20:59:19 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 20:59:19 +0000
commit49b0f2c1e5832280f5d8e17d53e1e2c6d645875b (patch)
tree528e8433d685dd87bb956d87fda7813cbf861baf
parent74f90a98f0d27fdb5aa12f5443bfef6b48c1e2fb (diff)
downloadmixlib-shellout-49b0f2c1e5832280f5d8e17d53e1e2c6d645875b.tar.gz
Bump version to 3.2.1 by Chef Expeditorv3.2.1
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 76e6b3c..aa034d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +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)
+
+#### Merged Pull Requests
+- Remove copyright dates [#225](https://github.com/chef/mixlib-shellout/pull/225) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.2.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- 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 -->
## [v3.2.0](https://github.com/chef/mixlib-shellout/tree/v3.2.0) (2020-11-12)
diff --git a/VERSION b/VERSION
index a4f52a5..0444f32 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.0 \ No newline at end of file
+3.2.1 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index a772b57..f2e0c4f 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.0".freeze
+ VERSION = "3.2.1".freeze
end
end