summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-13 16:05:59 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-13 16:05:59 +0000
commit840623f5bb1a12ad5cc92229e7f9f4f0e28b06fa (patch)
tree6f514ed6b05fae3af51e190634c14947edd5fb9e
parentf65004ee550e29af0392d806c4ef3f0962f5a775 (diff)
downloadmixlib-config-840623f5bb1a12ad5cc92229e7f9f4f0e28b06fa.tar.gz
Bump version to 3.0.14 by Chef Expeditorv3.0.14
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 bf40f8a..9efb71a 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.13 -->
-## [v3.0.13](https://github.com/chef/mixlib-config/tree/v3.0.13) (2020-09-30)
+<!-- latest_release 3.0.14 -->
+## [v3.0.14](https://github.com/chef/mixlib-config/tree/v3.0.14) (2020-10-13)
#### Merged Pull Requests
-- Update chefstyle requirement from 1.4.2 to 1.4.3 [#87](https://github.com/chef/mixlib-config/pull/87) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
+- Update chefstyle requirement from 1.4.3 to 1.4.5 [#89](https://github.com/chef/mixlib-config/pull/89) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update chefstyle requirement from 1.4.3 to 1.4.5 [#89](https://github.com/chef/mixlib-config/pull/89) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.14 -->
- Update chefstyle requirement from 1.4.2 to 1.4.3 [#87](https://github.com/chef/mixlib-config/pull/87) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.13 -->
- 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])) <!-- 3.0.12 -->
- 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])) <!-- 3.0.11 -->
diff --git a/VERSION b/VERSION
index 9c25f93..513cc0b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.13 \ No newline at end of file
+3.0.14 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 52883e6..da754e1 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.13".freeze
+ VERSION = "3.0.14".freeze
end
end