From 45c5fa3d342c1a740b904625d97f22a4ed33f9ce Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 28 Sep 2020 18:43:42 +0000 Subject: Bump version to 3.0.12 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 3644884..d4fb338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v3.0.11](https://github.com/chef/mixlib-config/tree/v3.0.11) (2020-09-19) + +## [v3.0.12](https://github.com/chef/mixlib-config/tree/v3.0.12) (2020-09-28) #### Merged Pull Requests -- Update chefstyle requirement from 1.3.2 to 1.4.0 [#85](https://github.com/chef/mixlib-config/pull/85) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Update chefstyle requirement from 1.4.0 to 1.4.2 [#86](https://github.com/chef/mixlib-config/pull/86) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update chefstyle requirement from 1.4.0 to 1.4.2 [#86](https://github.com/chef/mixlib-config/pull/86) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update chefstyle requirement from 1.3.2 to 1.4.0 [#85](https://github.com/chef/mixlib-config/pull/85) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update chefstyle requirement from 1.2.1 to 1.3.2 [#84](https://github.com/chef/mixlib-config/pull/84) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) diff --git a/VERSION b/VERSION index e4a0720..d003324 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.11 \ No newline at end of file +3.0.12 \ No newline at end of file diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb index 900b21b..85bd34d 100644 --- a/lib/mixlib/config/version.rb +++ b/lib/mixlib/config/version.rb @@ -19,7 +19,7 @@ module Mixlib module Config - VERSION = "3.0.11".freeze + VERSION = "3.0.12".freeze end end -- cgit v1.2.1