summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/config/version.rb2
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 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release 3.0.28 -->
-## [v3.0.28](https://github.com/chef/mixlib-config/tree/v3.0.28) (2022-08-09)
+<!-- latest_release 3.0.29 -->
+## [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]))
<!-- latest_release -->
<!-- release_rollup since=3.0.27 -->
### 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])) <!-- 3.0.29 -->
- Correct spelling mistake [#114](https://github.com/chef/mixlib-config/pull/114) ([EdwardBetts](https://github.com/EdwardBetts)) <!-- 3.0.28 -->
<!-- release_rollup -->
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