summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 11:38:51 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 11:38:51 +0000
commit8795d1cb409607f396fefba732d800e2fefeeef1 (patch)
tree3bb628ea1948fab7aa0e88352d6f361be4c865c7
parent44960dac83f2e245e5a39b692c91fca5a904f390 (diff)
downloadmixlib-config-2.2.7.tar.gz
Bump version to 2.2.7 by Chef Expeditorv2.2.7
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/config/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 095ce39..6da7bce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 2.2.7 -->
+## [v2.2.7](https://github.com/chef/mixlib-config/tree/v2.2.7) (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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.2.6 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- 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 -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 1506473..b539ade 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.6 \ No newline at end of file
+2.2.7 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 647859a..ad05927 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.6"
+ VERSION = "2.2.7"
end
end