Skip to content

Commit 4ea27e8

Browse files
committed
update changelog for version 8.3.0 release
1 parent d7634f9 commit 4ea27e8

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.0] - released 2021-06-03
810
### Added
911
- The server will now validate redirect uris according to rfc8252 (PR #1203)
1012
- Events emitted now include the refresh token and access token payloads (PR #1211)
@@ -539,7 +541,8 @@ Version 5 is a complete code rewrite.
539541

540542
- First major release
541543

542-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.2.4...HEAD
544+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.0...HEAD
545+
[8.3.0]: https://github.com/thephpleague/oauth2-server/compare/8.2.4...8.3.0
543546
[8.2.4]: https://github.com/thephpleague/oauth2-server/compare/8.2.3...8.2.4
544547
[8.2.3]: https://github.com/thephpleague/oauth2-server/compare/8.2.2...8.2.3
545548
[8.2.2]: https://github.com/thephpleague/oauth2-server/compare/8.2.1...8.2.2

0 commit comments

Comments
 (0)