From e687f40eafe60f4622fa1bdb9244f9bfb835e0a9 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 11 Feb 2020 09:45:21 -0800 Subject: [PATCH] chore: update changelog for 1.7.0 (#261) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d374310..a0300dbdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.7.0 (02/11/2020) + +* [feat] Add ID token to auth token methods. (#248) +* [feat] Add support for ES256 in `AccessToken::verify`. (#255) +* [fix] Let namespace match the file structure. (#258) +* [fix] Construct RuntimeException. (#257) +* [tests] Update tests for PHP 7.4 compatibility. (#253) +* [chore] Add a couple more things to `.gitattributes`. (#252) + ## 1.6.1 (10/29/2019) * [fix] Handle DST correctly for cache item expirations. (#246)