From 28c5441716c10d0c936bd731860dc385d0f6d1a8 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 14 Nov 2022 19:42:00 +0000 Subject: [PATCH] Fix changelog to prep for version 8.3.6 --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884b265e0..8e59504d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -### [8.3.5] - released 2022-11-14 +### [8.3.6] - released 2022-11-14 ### Fixed -- Use InMemory::plainText('empty', 'empty') instead of InMemory::plainText('') to avoid [new empty string exception](https://github.com/lcobucci/jwt/pull/833) thrown by lcobucci/jwt (PR #1282) - Use LooseValidAt instead of StrictValidAt so that users aren't forced to use claims such as NBF in their JWT tokens (PR #1312) +### [8.3.5] - released 2022-05-12 +### Fixed +- Use InMemory::plainText('empty', 'empty') instead of InMemory::plainText('') to avoid [new empty string exception](https://github.com/lcobucci/jwt/pull/833) thrown by lcobucci/jwt (PR #1282) + ## [8.3.4] - released 2022-04-07 ### Fixed - Server previously rejected valid uris with custom schemes. Now use league/uri for parsing to accept all valid uris (PR #1274) @@ -565,7 +568,8 @@ Version 5 is a complete code rewrite. - First major release -[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.5...HEAD +[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.6...HEAD +[8.3.6]: https://github.com/thephpleague/oauth2-server/compare/8.3.5...8.3.6 [8.3.5]: https://github.com/thephpleague/oauth2-server/compare/8.3.4...8.3.5 [8.3.4]: https://github.com/thephpleague/oauth2-server/compare/8.3.3...8.3.4 [8.3.3]: https://github.com/thephpleague/oauth2-server/compare/8.3.2...8.3.3