From 78f88d1ad73ba04977795dd91b0241a2dad2f965 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 5 May 2021 18:21:57 +0000 Subject: [PATCH] Bump version to 3.12.12 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 a6699c34..238852bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Mixlib::Install Changes + +## [v3.12.12](https://github.com/chef/mixlib-install/tree/v3.12.12) (2021-05-05) + +#### Merged Pull Requests +- Strip query parameters before parsing URI path [#358](https://github.com/chef/mixlib-install/pull/358) ([gscho](https://github.com/gscho)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Strip query parameters before parsing URI path [#358](https://github.com/chef/mixlib-install/pull/358) ([gscho](https://github.com/gscho)) diff --git a/VERSION b/VERSION index 25ce095a..89c70f96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.12.11 \ No newline at end of file +3.12.12 \ No newline at end of file diff --git a/lib/mixlib/install/version.rb b/lib/mixlib/install/version.rb index c3d4467d..d62cb257 100644 --- a/lib/mixlib/install/version.rb +++ b/lib/mixlib/install/version.rb @@ -1,5 +1,5 @@ module Mixlib class Install - VERSION = "3.12.11" + VERSION = "3.12.12" end end