summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-06 21:57:13 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-06 21:57:13 +0000
commit08eac6636b56e9b2efb6588e418270aabf163aed (patch)
tree2cce9589f23a833a23fcbb98bf2763f365d64895
parent54b2cd9929f21e1ee1f059a6d8960fe0ccca2e34 (diff)
downloadmixlib-config-08eac6636b56e9b2efb6588e418270aabf163aed.tar.gz
Bump version to 2.2.15 by Chef Expeditorv2.2.15
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 29060db..bf82eb6 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.14 -->
-## [v2.2.14](https://github.com/chef/mixlib-config/tree/v2.2.14) (2018-08-02)
+<!-- latest_release 2.2.15 -->
+## [v2.2.15](https://github.com/chef/mixlib-config/tree/v2.2.15) (2018-12-06)
#### Merged Pull Requests
-- Add github issue and PR templates [#68](https://github.com/chef/mixlib-config/pull/68) ([tas50](https://github.com/tas50))
+- Resolve chefstyle and expeditor issues [#69](https://github.com/chef/mixlib-config/pull/69) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.2.13 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 14f2967..070bdbb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.14 \ No newline at end of file
+2.2.15 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 82ab263..2f497af 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.14".freeze
+ VERSION = "2.2.15".freeze
end
end