From 3f707f8c4cf8f6e20041cb4248861f34ad4d2efd Mon Sep 17 00:00:00 2001 From: Vladimir Ignatov Date: Mon, 12 Oct 2020 11:55:25 -0400 Subject: [PATCH] Prepare for release --- dist/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/changelog.md b/dist/changelog.md index ba9a932c..594ae4a6 100644 --- a/dist/changelog.md +++ b/dist/changelog.md @@ -1,6 +1,6 @@ # Changelog -## v2.3.9 +## v2.3.10 - Fixed the way access token expiration is computed for non-jwt tokens (#101). - Added a `body` property to the `HttpError` instances (#100). It will contain the parsed response body from failed requests which can be JSON (typically an `OperationOutcome` resource), a string or `null`.