summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-26 21:19:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-26 21:19:41 +0000
commit8ca490b951b45fca98c5722839386ddd2f5f087c (patch)
tree3072d4624fa1f3f561cb2d9bef08318d674d2078
parentde8173702a1fd92ab590cab0ab18ab8fa1f50b14 (diff)
downloadmixlib-config-8ca490b951b45fca98c5722839386ddd2f5f087c.tar.gz
Bump version to 2.2.9 by Chef Expeditorv2.2.9
-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 8af9f9b..73b6ad9 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.9 -->
+## [v2.2.9](https://github.com/chef/mixlib-config/tree/v2.2.9) (2018-06-26)
+
+#### Merged Pull Requests
+- remove hashrocket syntax [#62](https://github.com/chef/mixlib-config/pull/62) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.2.8 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- remove hashrocket syntax [#62](https://github.com/chef/mixlib-config/pull/62) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.2.9 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index eb430cb..72d132f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.8 \ No newline at end of file
+2.2.9 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 43f865d..cf04bbd 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.8"
+ VERSION = "2.2.9"
end
end