summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-07 14:29:11 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-07 14:29:11 +0000
commit948a8adc6e31d30c3d321c2e6aa36c1feee27ee5 (patch)
tree091c891f21dd71919dfaf16dfdd306e97b5add4a
parenta466638b0be73480ce519024f39a22c1cf653098 (diff)
downloadmixlib-config-948a8adc6e31d30c3d321c2e6aa36c1feee27ee5.tar.gz
Bump version to 3.0.27 by Chef Expeditorv3.0.27
Obvious fix; these changes are the result of automation not creative thinking.
-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 4d7c8f1..f5eb36a 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.26 -->
-## [v3.0.26](https://github.com/chef/mixlib-config/tree/v3.0.26) (2022-03-28)
+<!-- latest_release 3.0.27 -->
+## [v3.0.27](https://github.com/chef/mixlib-config/tree/v3.0.27) (2022-06-07)
#### Merged Pull Requests
-- add ruby tests 3.0 and 3.1 in verify pipeline [#109](https://github.com/chef/mixlib-config/pull/109) ([jayashrig158](https://github.com/jayashrig158))
+- Fix in nested_hash parsing in config [#115](https://github.com/chef/mixlib-config/pull/115) ([Nik08](https://github.com/Nik08))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix in nested_hash parsing in config [#115](https://github.com/chef/mixlib-config/pull/115) ([Nik08](https://github.com/Nik08)) <!-- 3.0.27 -->
- add ruby tests 3.0 and 3.1 in verify pipeline [#109](https://github.com/chef/mixlib-config/pull/109) ([jayashrig158](https://github.com/jayashrig158)) <!-- 3.0.26 -->
- Upgrade to GitHub-native Dependabot [#107](https://github.com/chef/mixlib-config/pull/107) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.25 -->
- Update chefstyle requirement from 1.7.2 to 1.7.5 [#106](https://github.com/chef/mixlib-config/pull/106) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.24 -->
diff --git a/VERSION b/VERSION
index 38be3a7..8479333 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.26 \ No newline at end of file
+3.0.27 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 7a86714..8162994 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.26".freeze
+ VERSION = "3.0.27".freeze
end
end