summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 00:10:55 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 00:10:55 +0000
commit94e3a315887927716643fbdf32f60a1445c74de8 (patch)
treeb8b91de8a3cc973807d1203e984d1f3898b7a7dc
parent64d38ef4a8b6b8084a5ccf7c2f5adb06c58a32a6 (diff)
downloadmixlib-config-94e3a315887927716643fbdf32f60a1445c74de8.tar.gz
Bump version to 2.2.12 by Chef Expeditorv2.2.12
-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 ade756d..1e5c4b2 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.12 -->
+## [v2.2.12](https://github.com/chef/mixlib-config/tree/v2.2.12) (2018-07-06)
+
+#### Merged Pull Requests
+- add is_default? inspection method [#65](https://github.com/chef/mixlib-config/pull/65) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.2.11 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- add is_default? inspection method [#65](https://github.com/chef/mixlib-config/pull/65) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.2.12 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 4c22129..c45a01d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.11 \ No newline at end of file
+2.2.12 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index a825ae8..8b2b4be 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.11"
+ VERSION = "2.2.12"
end
end