From e2ec87f6f5933e5e5bc75a9fe08a8c8c73e55b72 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 13 Feb 2021 19:47:20 +0000 Subject: Bump version to 3.2.5 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 e544ec0..31b574b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # mixlib-shellout Changelog - -## [v3.2.4](https://github.com/chef/mixlib-shellout/tree/v3.2.4) (2021-02-12) + +## [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)) ### 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)) - Add Ruby 3 testing + cleanup deps [#228](https://github.com/chef/mixlib-shellout/pull/228) ([tas50](https://github.com/tas50)) - fix broken windows tests [#227](https://github.com/chef/mixlib-shellout/pull/227) ([mwrock](https://github.com/mwrock)) 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 -- cgit v1.2.1