Skip to content

Commit 46926f1

Browse files
committed
Update changelog for 8.3.5 release
1 parent 9d246cf commit 46926f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
### [8.3.5] - released 2022-11-14
810
### Fixed
911
- 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)
1012
- 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.
563565

564566
- First major release
565567

566-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.4...HEAD
568+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.5...HEAD
569+
[8.3.5]: https://github.com/thephpleague/oauth2-server/compare/8.3.4...8.3.5
567570
[8.3.4]: https://github.com/thephpleague/oauth2-server/compare/8.3.3...8.3.4
568571
[8.3.3]: https://github.com/thephpleague/oauth2-server/compare/8.3.2...8.3.3
569572
[8.3.2]: https://github.com/thephpleague/oauth2-server/compare/8.3.1...8.3.2

0 commit comments

Comments
 (0)