summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-11 21:13:48 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-11 21:13:48 +0000
commit94721d47245ddb5ba7838977788e2023a852d0e9 (patch)
treefb182b22c5982f228428eecb7beb98cc3be9f837
parent08dcd6502ee9fe77c44ad215f510192605a6fbc4 (diff)
downloadmixlib-config-94721d47245ddb5ba7838977788e2023a852d0e9.tar.gz
Bump version to 2.2.13 by Chef Expeditorv2.2.13
-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 5595b57..41af026 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.13 -->
+## [v2.2.13](https://github.com/chef/mixlib-config/tree/v2.2.13) (2018-07-11)
+
+#### Merged Pull Requests
+- Avoid converting to text representation when parsing JSON/TOML/etc [#66](https://github.com/chef/mixlib-config/pull/66) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.2.12 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Avoid converting to text representation when parsing JSON/TOML/etc [#66](https://github.com/chef/mixlib-config/pull/66) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.2.13 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index c45a01d..3c3ae88 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.12 \ No newline at end of file
+2.2.13 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 8b2b4be..3aaef99 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.12"
+ VERSION = "2.2.13"
end
end