Skip to content

Commit cd43b4a

Browse files
committed
Update changelog
1 parent 80699bd commit cd43b4a

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
@@ -5,6 +5,10 @@ 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+
## [8.2.4] - released 2020-12-09
9+
### Fixed
10+
- Reverted the enforcement of at least one redirect_uri for a client. This change has instead been moved to version 9 (PR #1169)
11+
812
## [8.2.3] - released 2020-12-02
913
### Added
1014
- Re-added support for PHP 7.2 (PR #1165, #1167)
@@ -522,7 +526,8 @@ Version 5 is a complete code rewrite.
522526

523527
- First major release
524528

525-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.2.3...HEAD
529+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.2.4...HEAD
530+
[8.2.4]: https://github.com/thephpleague/oauth2-server/compare/8.2.3...8.2.4
526531
[8.2.3]: https://github.com/thephpleague/oauth2-server/compare/8.2.2...8.2.3
527532
[8.2.2]: https://github.com/thephpleague/oauth2-server/compare/8.2.1...8.2.2
528533
[8.2.1]: https://github.com/thephpleague/oauth2-server/compare/8.2.0...8.2.1

0 commit comments

Comments
 (0)