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