From e8d61e3dd0ff5fabc22daf73237fa7bd9de2bd53 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 18 Jun 2024 20:08:05 +0000 Subject: [PATCH] Bump version to 3.2.9 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 5cc7f5e..12a9e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # mixlib-shellout Changelog + +## [v3.2.9](https://github.com/chef/mixlib-shellout/tree/v3.2.9) (2024-06-18) + +#### Merged Pull Requests +- [Unix#run_command] Remove Ruby 1.8.7 check [#242](https://github.com/chef/mixlib-shellout/pull/242) ([dafyddcrosby](https://github.com/dafyddcrosby)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- [Unix#run_command] Remove Ruby 1.8.7 check [#242](https://github.com/chef/mixlib-shellout/pull/242) ([dafyddcrosby](https://github.com/dafyddcrosby)) ## [v3.2.8](https://github.com/chef/mixlib-shellout/tree/v3.2.8) (2024-06-11) diff --git a/VERSION b/VERSION index 132d9f7..df4bdc7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.8 \ No newline at end of file +3.2.9 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index b4aefb8..ce30d1e 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.2.8".freeze + VERSION = "3.2.9".freeze end end