summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-06 22:35:09 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-06 22:35:09 +0000
commitff922e97f2734c1f2e7c6f07135bbf669b88522e (patch)
tree4ed3989c7cf4e6b70b0fafaf2af95f25c33e13d9
parentb740d5116bf05d28760867b140c221fb7e344f68 (diff)
downloadmixlib-config-ff922e97f2734c1f2e7c6f07135bbf669b88522e.tar.gz
Bump version to 2.2.17 by Chef Expeditorv2.2.17
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 af4afa9..2d958e8 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 2.2.16 -->
-## [v2.2.16](https://github.com/chef/mixlib-config/tree/v2.2.16) (2018-12-06)
+<!-- latest_release 2.2.17 -->
+## [v2.2.17](https://github.com/chef/mixlib-config/tree/v2.2.17) (2018-12-06)
#### Merged Pull Requests
-- Expand ruby testing in Travis [#70](https://github.com/chef/mixlib-config/pull/70) ([tas50](https://github.com/tas50))
+- Standardize the gemfile and rakefile [#71](https://github.com/chef/mixlib-config/pull/71) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.2.13 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Standardize the gemfile and rakefile [#71](https://github.com/chef/mixlib-config/pull/71) ([tas50](https://github.com/tas50)) <!-- 2.2.17 -->
- Expand ruby testing in Travis [#70](https://github.com/chef/mixlib-config/pull/70) ([tas50](https://github.com/tas50)) <!-- 2.2.16 -->
- Resolve chefstyle and expeditor issues [#69](https://github.com/chef/mixlib-config/pull/69) ([tas50](https://github.com/tas50)) <!-- 2.2.15 -->
- Add github issue and PR templates [#68](https://github.com/chef/mixlib-config/pull/68) ([tas50](https://github.com/tas50)) <!-- 2.2.14 -->
diff --git a/VERSION b/VERSION
index c3ebe69..a8e6cef 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.16 \ No newline at end of file
+2.2.17 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 44b0b57..336a542 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.16".freeze
+ VERSION = "2.2.17".freeze
end
end