From b7f157e5d81cedd7418d3af481ad96db779f9ece Mon Sep 17 00:00:00 2001 From: Guillaume St-Pierre Date: Thu, 10 Jan 2019 15:13:52 -0500 Subject: [PATCH] Update changelog (#96) * Update changelog * Malformed date --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d190d..fa4fa5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [0.14.6] - 2019-01-07 +## [0.14.6] - 2019-01-10 ### Fixed - Exit code when tests pass/fail +- Fixed the fake connector expecting `application/x-www-form-urlencoded` for authorization codes even when using json +- Fixed the fake connector overwriting the Authorization header when providing a body ## [0.14.5] - 2018-11-28