From 2334c249907190c132364f5dae0287ab8666aa19 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 22 Dec 2021 10:42:49 -0600 Subject: [PATCH] Prepare for release 2.6.1 --- CHANGELOG.md | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db2e264..6247164d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # OAuth 2.0 Client Changelog +## 2.6.1 + +_Released: 2021-12-22_ + +* Fix deprecation notices, providing full support for PHP 8.1 + [#919](https://github.com/thephpleague/oauth2-client/pull/919) + [#920](https://github.com/thephpleague/oauth2-client/pull/920) + ## 2.6.0 _Released: 2020-10-27_ diff --git a/README.md b/README.md index 96f4b05e..f35d53e8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This package is compliant with [PSR-1][], [PSR-2][], [PSR-4][], and [PSR-7][]. I We support the following versions of PHP: +* PHP 8.1 * PHP 8.0 * PHP 7.4 * PHP 7.3