From a66cef3d240e3a171d589516262fc2cbcb8de134 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 30 Dec 2020 20:00:46 +0000 Subject: Bump version to 3.0.19 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/config/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7230db8..23306b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v3.0.18](https://github.com/chef/mixlib-config/tree/v3.0.18) (2020-12-30) + +## [v3.0.19](https://github.com/chef/mixlib-config/tree/v3.0.19) (2020-12-30) #### Merged Pull Requests -- Update chefstyle requirement from 1.5.8 to 1.5.9 [#97](https://github.com/chef/mixlib-config/pull/97) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Remove parallel pin now that it supports Ruby 2.4 again [#98](https://github.com/chef/mixlib-config/pull/98) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Remove parallel pin now that it supports Ruby 2.4 again [#98](https://github.com/chef/mixlib-config/pull/98) ([tas50](https://github.com/tas50)) - Update chefstyle requirement from 1.5.8 to 1.5.9 [#97](https://github.com/chef/mixlib-config/pull/97) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update chefstyle requirement from 1.5.2 to 1.5.8 [#96](https://github.com/chef/mixlib-config/pull/96) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update chefstyle requirement from 1.5.0 to 1.5.2 [#92](https://github.com/chef/mixlib-config/pull/92) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) diff --git a/VERSION b/VERSION index edd1851..4ffb4e1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.18 \ No newline at end of file +3.0.19 \ No newline at end of file diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb index db700bd..ce46117 100644 --- a/lib/mixlib/config/version.rb +++ b/lib/mixlib/config/version.rb @@ -19,7 +19,7 @@ module Mixlib module Config - VERSION = "3.0.18".freeze + VERSION = "3.0.19".freeze end end -- cgit v1.2.1