From 160d6274b03562ebeb55ed18399281d8118b76c8 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 16 Apr 2023 13:18:19 -0500 Subject: [PATCH] chore: prepare release 2.7.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6247164d..73246e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # OAuth 2.0 Client Changelog +## 2.7.0 + +_Released: 2023-04-16_ + +* Add support for PKCE (Proof Key for Code Exchange, + [RFC 7636](https://www.rfc-editor.org/rfc/rfc7636)) + [#901](https://github.com/thephpleague/oauth2-client/pull/901) +* Various type improvements for static analysis + [#939](https://github.com/thephpleague/oauth2-client/pull/939) + [#959](https://github.com/thephpleague/oauth2-client/pull/959) + [#972](https://github.com/thephpleague/oauth2-client/pull/972) + [#997](https://github.com/thephpleague/oauth2-client/pull/997) + ## 2.6.1 _Released: 2021-12-22_