summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-13 15:50:42 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-13 15:50:42 +0000
commit8ddb7483dc1277090b1a5d2defe9ecda0a848c9e (patch)
treea50345500283134590a340503b33dc718e7ea062
parent6419a5a9160d13e51e7e638cfb71d02051d262c0 (diff)
downloadmixlib-config-8ddb7483dc1277090b1a5d2defe9ecda0a848c9e.tar.gz
Bump version to 3.0.9 by Chef Expeditorv3.0.9
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 29c3e1d..24d0372 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.8 -->
-## [v3.0.8](https://github.com/chef/mixlib-config/tree/v3.0.8) (2020-08-11)
+<!-- latest_release 3.0.9 -->
+## [v3.0.9](https://github.com/chef/mixlib-config/tree/v3.0.9) (2020-08-13)
#### Merged Pull Requests
-- Update chefstyle requirement from = 1.2.0 to 1.2.1 [#82](https://github.com/chef/mixlib-config/pull/82) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
+- Optimize requires for non-omnibus installs [#83](https://github.com/chef/mixlib-config/pull/83) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Optimize requires for non-omnibus installs [#83](https://github.com/chef/mixlib-config/pull/83) ([tas50](https://github.com/tas50)) <!-- 3.0.9 -->
- Update chefstyle requirement from = 1.2.0 to 1.2.1 [#82](https://github.com/chef/mixlib-config/pull/82) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.8 -->
- Remove encoding comment + pin chefstyle [#81](https://github.com/chef/mixlib-config/pull/81) ([tas50](https://github.com/tas50)) <!-- 3.0.7 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index e46454b..489200c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.8 \ No newline at end of file
+3.0.9 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index d80f9d8..85e043a 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.8".freeze
+ VERSION = "3.0.9".freeze
end
end