summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-25 15:34:36 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-25 15:34:36 +0000
commit4b1da003861238e3d3d4e7e0696a7fbe009240d5 (patch)
treeac4b301e84495a5470cbd039d405ce693a599f48
parent1ec157db4b74db6541b9e7dbf698509ffa08486f (diff)
downloadmixlib-config-4b1da003861238e3d3d4e7e0696a7fbe009240d5.tar.gz
Bump version to 3.0.25 by Chef Expeditorv3.0.25
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 c184fb5..7a6e3cd 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.24 -->
-## [v3.0.24](https://github.com/chef/mixlib-config/tree/v3.0.24) (2021-04-19)
+<!-- latest_release 3.0.25 -->
+## [v3.0.25](https://github.com/chef/mixlib-config/tree/v3.0.25) (2021-06-25)
#### Merged Pull Requests
-- Update chefstyle requirement from 1.7.2 to 1.7.5 [#106](https://github.com/chef/mixlib-config/pull/106) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
+- Upgrade to GitHub-native Dependabot [#107](https://github.com/chef/mixlib-config/pull/107) ([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
+- Upgrade to GitHub-native Dependabot [#107](https://github.com/chef/mixlib-config/pull/107) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.25 -->
- Update chefstyle requirement from 1.7.2 to 1.7.5 [#106](https://github.com/chef/mixlib-config/pull/106) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.24 -->
- Update chefstyle requirement from 1.7.1 to 1.7.2 [#104](https://github.com/chef/mixlib-config/pull/104) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.23 -->
- Update chefstyle requirement from 1.6.2 to 1.7.1 [#102](https://github.com/chef/mixlib-config/pull/102) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.22 -->
diff --git a/VERSION b/VERSION
index b39b0b9..9b77657 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.24 \ No newline at end of file
+3.0.25 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 28bd827..63fd0fd 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.24".freeze
+ VERSION = "3.0.25".freeze
end
end