diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6dcf2..4ec5a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.13.0 [May 10th, 2018] +* Add new certificates that will work after the current intermediate certs expire later this year +* Add a configuration option to enable custom certificates +* Add the ability to use included node certs, and make it the default (with included certs as a fallback) + ### 0.12.4 [March 23rd, 2017] * Revert to string.match from regex.test. String.match is available in more environments. diff --git a/package.json b/package.json index 604c1f4..f581b7a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Chris Gaffney ", "name": "statsd-instrumental-backend", "description": "A StatsD backend for Instrumental", - "version": "0.12.4", + "version": "0.13.0", "homepage": "https://github.com/expectedbehavior/statsd-instrumental-backend", "repository": { "type": "git",