From 49f80339fe709b1cc4c725d79724fc78ffec62d1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 29 Oct 2024 20:55:40 +0000 Subject: [PATCH] Bump version to 3.12.31 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/mixlib/install/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0479ce..bbbd2001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Mixlib::Install Changes + +## [v3.12.31](https://github.com/chef/mixlib-install/tree/v3.12.31) (2024-10-29) + +#### Merged Pull Requests +- Download install sh from new download api [#399](https://github.com/chef/mixlib-install/pull/399) ([ashiqueps](https://github.com/ashiqueps)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Download install sh from new download api [#399](https://github.com/chef/mixlib-install/pull/399) ([ashiqueps](https://github.com/ashiqueps)) diff --git a/VERSION b/VERSION index dc9f3bbc..3b972f91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.12.30 \ No newline at end of file +3.12.31 \ No newline at end of file diff --git a/lib/mixlib/install/version.rb b/lib/mixlib/install/version.rb index 7aa209c4..c5fa3542 100644 --- a/lib/mixlib/install/version.rb +++ b/lib/mixlib/install/version.rb @@ -1,5 +1,5 @@ module Mixlib class Install - VERSION = "3.12.30" + VERSION = "3.12.31" end end