summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-06 22:08:43 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-06 22:08:43 +0000
commiteb3fd8cc699f5d92c68177f570159138c9cbebc8 (patch)
tree526fcd98f3b197a517d94244093dcd7233cff325
parent88f03cb1c34f0e482951d81a5f2e187685f07098 (diff)
downloadmixlib-config-eb3fd8cc699f5d92c68177f570159138c9cbebc8.tar.gz
Bump version to 2.2.16 by Chef Expeditorv2.2.16
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 bf82eb6..af4afa9 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.15 -->
-## [v2.2.15](https://github.com/chef/mixlib-config/tree/v2.2.15) (2018-12-06)
+<!-- latest_release 2.2.16 -->
+## [v2.2.16](https://github.com/chef/mixlib-config/tree/v2.2.16) (2018-12-06)
#### Merged Pull Requests
-- Resolve chefstyle and expeditor issues [#69](https://github.com/chef/mixlib-config/pull/69) ([tas50](https://github.com/tas50))
+- Expand ruby testing in Travis [#70](https://github.com/chef/mixlib-config/pull/70) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.2.13 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 070bdbb..c3ebe69 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.15 \ No newline at end of file
+2.2.16 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 2f497af..44b0b57 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.15".freeze
+ VERSION = "2.2.16".freeze
end
end