From 528554d8d411437ed2bd8530c520d069f9c6c499 Mon Sep 17 00:00:00 2001 From: Luke Westby Date: Wed, 7 Mar 2018 17:01:47 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814e976..57cff40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### 5.2.0 + +#### Additions + +- `withBearerToken`: add an `Authorization: Bearer ` header (@amarantedaniel) +- `withExpectJson`: shortcut for using `Http.expectJson` (@dbottisti) +- `withExpectString`: shortcut for using `Http.expectString` (@dbottisti) + +#### Stuff + +- Upgrade `elm-test` +- Remove my old Twitter handle from README + ### 5.0.0 This release accomplishes two goals.