summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-30 20:08:10 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-30 20:08:10 +0000
commite9ea644be73d113458a75946a73d424bebe02b30 (patch)
treeb3fa2fc13ed3a7a4bbbc28242047e6535f783693
parent106d6b25c574c2441d64e3ac6ae22587aa6d3661 (diff)
downloadmixlib-config-e9ea644be73d113458a75946a73d424bebe02b30.tar.gz
Bump version to 3.0.20 by Chef Expeditorv3.0.20
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 23306b2..6f190dc 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.19 -->
-## [v3.0.19](https://github.com/chef/mixlib-config/tree/v3.0.19) (2020-12-30)
+<!-- latest_release 3.0.20 -->
+## [v3.0.20](https://github.com/chef/mixlib-config/tree/v3.0.20) (2020-12-30)
#### Merged Pull Requests
-- Remove parallel pin now that it supports Ruby 2.4 again [#98](https://github.com/chef/mixlib-config/pull/98) ([tas50](https://github.com/tas50))
+- Add Ruby 2.7 testing + cache gem installs in CI [#99](https://github.com/chef/mixlib-config/pull/99) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Remove parallel pin now that it supports Ruby 2.4 again [#98](https://github.com/chef/mixlib-config/pull/98) ([tas50](https://github.com/tas50)) <!-- 3.0.19 -->
- Update chefstyle requirement from 1.5.8 to 1.5.9 [#97](https://github.com/chef/mixlib-config/pull/97) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.18 -->
- Update chefstyle requirement from 1.5.2 to 1.5.8 [#96](https://github.com/chef/mixlib-config/pull/96) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.17 -->
diff --git a/VERSION b/VERSION
index 4ffb4e1..87e5fea 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.19 \ No newline at end of file
+3.0.20 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index ce46117..100e218 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.19".freeze
+ VERSION = "3.0.20".freeze
end
end