summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-02 16:56:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-02 16:56:55 +0000
commitf5489377c0c97a740feb44def9b36fd92b8ddfb1 (patch)
treefb06bc8e7ab0249830902baa2b9a261432221c85
parent6676318ca26b58afe4a00cb1594dd0680f36acea (diff)
downloadmixlib-config-f5489377c0c97a740feb44def9b36fd92b8ddfb1.tar.gz
Bump version to 3.0.10 by Chef Expeditorv3.0.10
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/config/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07bd3ad..0e3f0d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 3.0.10 -->
+## [v3.0.10](https://github.com/chef/mixlib-config/tree/v3.0.10) (2020-09-02)
+
+#### Merged Pull Requests
+- Update chefstyle requirement from 1.2.1 to 1.3.2 [#84](https://github.com/chef/mixlib-config/pull/84) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.9 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Update chefstyle requirement from 1.2.1 to 1.3.2 [#84](https://github.com/chef/mixlib-config/pull/84) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.10 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 489200c..f1cb5ae 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.9 \ No newline at end of file
+3.0.10 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 85e043a..1cc0e3c 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.9".freeze
+ VERSION = "3.0.10".freeze
end
end