summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-23 18:43:43 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-23 18:43:43 +0000
commitfc388e8400a0a3ef797ff2c1615eff9fca9b21bc (patch)
treed63ea74ad009c243e807413fc8502dc950667b2a
parent532d76421ea47cb23a3f26d032a660abad8cf252 (diff)
downloadmixlib-config-fc388e8400a0a3ef797ff2c1615eff9fca9b21bc.tar.gz
Bump version to 3.0.1 by Chef Expeditorv3.0.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/config/version.rb2
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d303593..b3f29ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,11 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 3.0.1 -->
+## [v3.0.1](https://github.com/chef/mixlib-config/tree/v3.0.1) (2019-04-23)
#### Merged Pull Requests
+- Allow Ruby 2.4 / Update github templates [#74](https://github.com/chef/mixlib-config/pull/74) ([tas50](https://github.com/tas50))
- update travis, drop ruby &lt; 2.5, major version bump [#73](https://github.com/chef/mixlib-config/pull/73) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
@@ -12,6 +13,7 @@
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Allow Ruby 2.4 / Update github templates [#74](https://github.com/chef/mixlib-config/pull/74) ([tas50](https://github.com/tas50)) <!-- 3.0.1 -->
- update travis, drop ruby &lt; 2.5, major version bump [#73](https://github.com/chef/mixlib-config/pull/73) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 4a36342..13d683c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.0
+3.0.1 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 00f4bd0..ec13c82 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.0".freeze
+ VERSION = "3.0.1".freeze
end
end