summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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