summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 11:45:43 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 11:45:43 +0000
commite81563a06320d759d64f8745e82ce4399406466c (patch)
treed2f3c62ec9f6e52e7c25e60a1abd88d8ed3d4dee
parent3330e0891f08eb97c40abc65ba046a2dd82b0812 (diff)
downloadmixlib-config-e81563a06320d759d64f8745e82ce4399406466c.tar.gz
Bump version to 2.2.8 by Chef Expeditorv2.2.8
-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 6da7bce..dbbf9f5 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.7 -->
-## [v2.2.7](https://github.com/chef/mixlib-config/tree/v2.2.7) (2018-06-13)
+<!-- latest_release 2.2.8 -->
+## [v2.2.8](https://github.com/chef/mixlib-config/tree/v2.2.8) (2018-06-13)
#### Merged Pull Requests
-- fix style warnings with latest rubocop [#60](https://github.com/chef/mixlib-config/pull/60) ([thommay](https://github.com/thommay))
+- Fix config_context_list/hash in strict mode [#57](https://github.com/chef/mixlib-config/pull/57) ([elyscape](https://github.com/elyscape))
<!-- latest_release -->
<!-- release_rollup since=2.2.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix config_context_list/hash in strict mode [#57](https://github.com/chef/mixlib-config/pull/57) ([elyscape](https://github.com/elyscape)) <!-- 2.2.8 -->
- fix style warnings with latest rubocop [#60](https://github.com/chef/mixlib-config/pull/60) ([thommay](https://github.com/thommay)) <!-- 2.2.7 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index b539ade..eb430cb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.7 \ No newline at end of file
+2.2.8 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index ad05927..43f865d 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.7"
+ VERSION = "2.2.8"
end
end