summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-19 04:37:48 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-19 04:37:48 +0000
commitd46a44a331ac82cfb96ae386fb180924babee188 (patch)
treef78be17256866f0cc8956f190a006b94d1ce82e4
parent9e7521711c5224ae1c9c3b09c692de232aa95704 (diff)
downloadmixlib-config-d46a44a331ac82cfb96ae386fb180924babee188.tar.gz
Bump version to 3.0.11 by Chef Expeditorv3.0.11
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 0e3f0d9..3644884 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.10 -->
-## [v3.0.10](https://github.com/chef/mixlib-config/tree/v3.0.10) (2020-09-02)
+<!-- latest_release 3.0.11 -->
+## [v3.0.11](https://github.com/chef/mixlib-config/tree/v3.0.11) (2020-09-19)
#### 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]))
+- 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]))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- 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 -->
diff --git a/VERSION b/VERSION
index f1cb5ae..e4a0720 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.10 \ No newline at end of file
+3.0.11 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 1cc0e3c..900b21b 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.10".freeze
+ VERSION = "3.0.11".freeze
end
end