summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-10 19:33:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-10 19:33:12 +0000
commit7396a027bf2813643990889687a963e919ccf5b1 (patch)
treec7e087ad96498b16f1626ec80f784af00b280568
parented680ec6983a768d7dd78e1b379a2792fae2f503 (diff)
downloadmixlib-config-7396a027bf2813643990889687a963e919ccf5b1.tar.gz
Bump version to 3.0.23 by Chef Expeditorv3.0.23
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 872a5ae..b63760b 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.22 -->
-## [v3.0.22](https://github.com/chef/mixlib-config/tree/v3.0.22) (2021-02-16)
+<!-- latest_release 3.0.23 -->
+## [v3.0.23](https://github.com/chef/mixlib-config/tree/v3.0.23) (2021-03-10)
#### Merged Pull Requests
-- 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]))
+- 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]))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Update chefstyle requirement from 1.5.9 to 1.6.2 [#101](https://github.com/chef/mixlib-config/pull/101) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.21 -->
- Add Ruby 2.7 testing + cache gem installs in CI [#99](https://github.com/chef/mixlib-config/pull/99) ([tas50](https://github.com/tas50)) <!-- 3.0.20 -->
diff --git a/VERSION b/VERSION
index 812aaaf..1290e20 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.22 \ No newline at end of file
+3.0.23 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index ba03c67..2ded879 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.22".freeze
+ VERSION = "3.0.23".freeze
end
end