summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-17 18:44:40 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-17 18:44:40 +0000
commit54ce0a7cd4a92ae1f8c78e40d7a2db74c4ba48c9 (patch)
tree2ae6c5daea820ad0756dd06e81554bb8cd804a4a
parent1b3047c5826aba8fba731d1d7292b7ff918a2bc8 (diff)
downloadmixlib-config-54ce0a7cd4a92ae1f8c78e40d7a2db74c4ba48c9.tar.gz
Bump version to 3.0.16 by Chef Expeditorv3.0.16
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 054627e..c9104a9 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.15 -->
-## [v3.0.15](https://github.com/chef/mixlib-config/tree/v3.0.15) (2020-11-05)
+<!-- latest_release 3.0.16 -->
+## [v3.0.16](https://github.com/chef/mixlib-config/tree/v3.0.16) (2020-11-17)
#### Merged Pull Requests
-- Update chefstyle requirement from 1.4.5 to 1.5.0 [#90](https://github.com/chef/mixlib-config/pull/90) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
+- Update chefstyle requirement from 1.5.0 to 1.5.2 [#92](https://github.com/chef/mixlib-config/pull/92) ([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.5.0 to 1.5.2 [#92](https://github.com/chef/mixlib-config/pull/92) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.16 -->
- Update chefstyle requirement from 1.4.5 to 1.5.0 [#90](https://github.com/chef/mixlib-config/pull/90) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.15 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 312883d..49b88e3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.15 \ No newline at end of file
+3.0.16 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 6c3d0a5..fc4375c 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.15".freeze
+ VERSION = "3.0.16".freeze
end
end