From 6a8a84409815896e6e5ec8d11b0a20a3fc1210e1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 29 Mar 2022 18:12:54 +0000 Subject: Bump version to 3.2.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a5128..3869654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # mixlib-shellout Changelog + +## [v3.2.6](https://github.com/chef/mixlib-shellout/tree/v3.2.6) (2022-03-29) + +#### Merged Pull Requests +- Loosen platform regex to allow 64 or 32 bit mingw [#234](https://github.com/chef/mixlib-shellout/pull/234) ([clintoncwolfe](https://github.com/clintoncwolfe)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Loosen platform regex to allow 64 or 32 bit mingw [#234](https://github.com/chef/mixlib-shellout/pull/234) ([clintoncwolfe](https://github.com/clintoncwolfe)) ## [v3.2.5](https://github.com/chef/mixlib-shellout/tree/v3.2.5) (2021-02-13) diff --git a/VERSION b/VERSION index 448ada3..c4a602d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.5 \ No newline at end of file +3.2.6 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 8b94c00..8473281 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.2.5".freeze + VERSION = "3.2.6".freeze end end -- cgit v1.2.1