From 39e44bcf2634bd6d7e42b436d3ffdb556f700ffc Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 6 Sep 2022 19:51:24 +0000 Subject: Bump version to 3.0.29 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 5a9c681..e804c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v3.0.28](https://github.com/chef/mixlib-config/tree/v3.0.28) (2022-08-09) + +## [v3.0.29](https://github.com/chef/mixlib-config/tree/v3.0.29) (2022-09-06) #### Merged Pull Requests -- Correct spelling mistake [#114](https://github.com/chef/mixlib-config/pull/114) ([EdwardBetts](https://github.com/EdwardBetts)) +- Update chefstyle requirement from 1.7.5 to 2.2.2 [#110](https://github.com/chef/mixlib-config/pull/110) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update chefstyle requirement from 1.7.5 to 2.2.2 [#110](https://github.com/chef/mixlib-config/pull/110) ([dependabot[bot]](https://github.com/dependabot[bot])) - Correct spelling mistake [#114](https://github.com/chef/mixlib-config/pull/114) ([EdwardBetts](https://github.com/EdwardBetts)) diff --git a/VERSION b/VERSION index ff4b945..0667b5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.28 \ No newline at end of file +3.0.29 \ No newline at end of file diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb index cd7e5d0..a97cbbe 100644 --- a/lib/mixlib/config/version.rb +++ b/lib/mixlib/config/version.rb @@ -19,7 +19,7 @@ module Mixlib module Config - VERSION = "3.0.28".freeze + VERSION = "3.0.29".freeze end end -- cgit v1.2.1