Skip to content

Commit 1423ae4

Browse files
committed
update changelog
1 parent be65bf1 commit 1423ae4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [8.3.1] - released 2021-06-04
10+
### Fixed
11+
- Revert check on clientID. We will no longer require this to be a string (PR #1233)
12+
913
## [8.3.0] - released 2021-06-03
1014
### Added
1115
- The server will now validate redirect uris according to rfc8252 (PR #1203)
@@ -541,7 +545,8 @@ Version 5 is a complete code rewrite.
541545

542546
- First major release
543547

544-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.0...HEAD
548+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.1...HEAD
549+
[8.3.1]: https://github.com/thephpleague/oauth2-server/compare/8.3.0...8.3.1
545550
[8.3.0]: https://github.com/thephpleague/oauth2-server/compare/8.2.4...8.3.0
546551
[8.2.4]: https://github.com/thephpleague/oauth2-server/compare/8.2.3...8.2.4
547552
[8.2.3]: https://github.com/thephpleague/oauth2-server/compare/8.2.2...8.2.3

0 commit comments

Comments
 (0)