summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-28 17:55:15 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-28 17:55:15 +0000
commit78e6c110c7d6533fe9ca2b0bda029e66531efd99 (patch)
treee0d3b1bf37c4a96269fb58a631c89fad948095c1
parentfe0c7260492671b3cfa3a3b2612c545e7d9ca5e0 (diff)
downloadmixlib-config-78e6c110c7d6533fe9ca2b0bda029e66531efd99.tar.gz
Bump version to 3.0.26 by Chef Expeditorv3.0.26
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 7a6e3cd..4d7c8f1 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.25 -->
-## [v3.0.25](https://github.com/chef/mixlib-config/tree/v3.0.25) (2021-06-25)
+<!-- latest_release 3.0.26 -->
+## [v3.0.26](https://github.com/chef/mixlib-config/tree/v3.0.26) (2022-03-28)
#### 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]))
+- add ruby tests 3.0 and 3.1 in verify pipeline [#109](https://github.com/chef/mixlib-config/pull/109) ([jayashrig158](https://github.com/jayashrig158))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- add ruby tests 3.0 and 3.1 in verify pipeline [#109](https://github.com/chef/mixlib-config/pull/109) ([jayashrig158](https://github.com/jayashrig158)) <!-- 3.0.26 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 9b77657..38be3a7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.25 \ No newline at end of file
+3.0.26 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 63fd0fd..7a86714 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.25".freeze
+ VERSION = "3.0.26".freeze
end
end