diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e6b3cd..aa034d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # mixlib-shellout Changelog + +## [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)) - - + +### 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)) ## [v3.2.0](https://github.com/chef/mixlib-shellout/tree/v3.2.0) (2020-11-12) diff --git a/VERSION b/VERSION index a4f52a5d..0444f320 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 a772b573..f2e0c4f3 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