summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-17 20:29:40 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-17 20:29:40 +0000
commitfa9e0f3e292502f6d5179e7c1a0308ed8ffddf20 (patch)
tree6706105710b8d95efff6ba1a6e5ce1043222e1d5
parent5fadbbe8fbf35a4a09264dc8c6d5eb4c0a24efba (diff)
downloadmixlib-config-fa9e0f3e292502f6d5179e7c1a0308ed8ffddf20.tar.gz
Bump version to 2.2.18 by Chef Expeditorv2.2.18
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 2d958e8..692311e 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.17 -->
-## [v2.2.17](https://github.com/chef/mixlib-config/tree/v2.2.17) (2018-12-06)
+<!-- latest_release 2.2.18 -->
+## [v2.2.18](https://github.com/chef/mixlib-config/tree/v2.2.18) (2018-12-17)
#### Merged Pull Requests
-- Standardize the gemfile and rakefile [#71](https://github.com/chef/mixlib-config/pull/71) ([tas50](https://github.com/tas50))
+- Only ship the required library files in the gem artifact [#72](https://github.com/chef/mixlib-config/pull/72) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.2.13 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Only ship the required library files in the gem artifact [#72](https://github.com/chef/mixlib-config/pull/72) ([tas50](https://github.com/tas50)) <!-- 2.2.18 -->
- 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 -->
diff --git a/VERSION b/VERSION
index a8e6cef..ab554c5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.17 \ No newline at end of file
+2.2.18 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 336a542..3063127 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.17".freeze
+ VERSION = "2.2.18".freeze
end
end