diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0ec039..6ce4a570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Mixlib::Install Changes + +## [v3.12.30](https://github.com/chef/mixlib-install/tree/v3.12.30) (2024-02-14) + +#### Merged Pull Requests +- fix amazon linux1 platform and version detection [#394](https://github.com/chef/mixlib-install/pull/394) ([siddhu208](https://github.com/siddhu208)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- fix amazon linux1 platform and version detection [#394](https://github.com/chef/mixlib-install/pull/394) ([siddhu208](https://github.com/siddhu208)) diff --git a/VERSION b/VERSION index 69f4e13d..dc9f3bbc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.12.29 \ No newline at end of file +3.12.30 \ No newline at end of file diff --git a/lib/mixlib/install/version.rb b/lib/mixlib/install/version.rb index 9b7b111f..7aa209c4 100644 --- a/lib/mixlib/install/version.rb +++ b/lib/mixlib/install/version.rb @@ -1,5 +1,5 @@ module Mixlib class Install - VERSION = "3.12.29" + VERSION = "3.12.30" end end