Skip to content

Commit 28c5441

Browse files
committed
Fix changelog to prep for version 8.3.6
1 parent 46926f1 commit 28c5441

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
### [8.3.5] - released 2022-11-14
9+
### [8.3.6] - released 2022-11-14
1010
### Fixed
11-
- 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)
1211
- Use LooseValidAt instead of StrictValidAt so that users aren't forced to use claims such as NBF in their JWT tokens (PR #1312)
1312

13+
### [8.3.5] - released 2022-05-12
14+
### Fixed
15+
- 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)
16+
1417
## [8.3.4] - released 2022-04-07
1518
### Fixed
1619
- 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.
565568

566569
- First major release
567570

568-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.5...HEAD
571+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.6...HEAD
572+
[8.3.6]: https://github.com/thephpleague/oauth2-server/compare/8.3.5...8.3.6
569573
[8.3.5]: https://github.com/thephpleague/oauth2-server/compare/8.3.4...8.3.5
570574
[8.3.4]: https://github.com/thephpleague/oauth2-server/compare/8.3.3...8.3.4
571575
[8.3.3]: https://github.com/thephpleague/oauth2-server/compare/8.3.2...8.3.3

0 commit comments

Comments
 (0)