From 46926f1116f04b18b7a3a349512dded2a173bfac Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 14 Nov 2022 19:37:22 +0000 Subject: [PATCH] Update changelog for 8.3.5 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c224552c..884b265e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +### [8.3.5] - 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) @@ -563,7 +565,8 @@ Version 5 is a complete code rewrite. - First major release -[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.4...HEAD +[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.5...HEAD +[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 [8.3.2]: https://github.com/thephpleague/oauth2-server/compare/8.3.1...8.3.2