From a26ff432241056435e011c711df02c402fbe0118 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 16 Nov 2020 19:51:50 +0000 Subject: [PATCH] Bump version to 3.2.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa034d24..d7568eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # mixlib-shellout Changelog - -## [v3.2.1](https://github.com/chef/mixlib-shellout/tree/v3.2.1) (2020-11-12) + +## [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)) ### 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)) - Remove copyright dates [#225](https://github.com/chef/mixlib-shellout/pull/225) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 0444f320..acf9bf09 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 f2e0c4f3..af40c471 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