summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-29 22:00:11 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-29 22:00:11 +0000
commit5fbeb6e1e523a200925bff22af2e302dec2271e0 (patch)
treeba9d39e97e4aea822572247e5c5537e09c2eacb2
parentae1d887f6530011b2b3fb75f66af6e0cab9bee63 (diff)
downloadmixlib-config-5fbeb6e1e523a200925bff22af2e302dec2271e0.tar.gz
Bump version to 3.0.6 by Chef Expeditorv3.0.6
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md9
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/config/version.rb2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 661e3e1..6387d32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 3.0.6 -->
+## [v3.0.6](https://github.com/chef/mixlib-config/tree/v3.0.6) (2019-12-29)
+
+#### Merged Pull Requests
+- Substitute require for require_relative [#80](https://github.com/chef/mixlib-config/pull/80) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.5 -->
### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Substitute require for require_relative [#80](https://github.com/chef/mixlib-config/pull/80) ([tas50](https://github.com/tas50)) <!-- 3.0.6 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 7da3c16..8ffc1ad 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.5 \ No newline at end of file
+3.0.6 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 304e97f..e396c63 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.5".freeze
+ VERSION = "3.0.6".freeze
end
end