Skip to content

Commit 0858a2c

Browse files
committed
Update changelog for v9 RC1
1 parent 6e29082 commit 0858a2c

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+
## [9.0.0-RC1] - released 2024-03-27
810
### Added
911
- Device Authorization Grant added (PR #1074)
1012
- GrantTypeInterface has a new function, `revokeRefreshTokens()` for enabling or disabling refresh tokens after use (PR #1375)
@@ -623,7 +625,8 @@ Version 5 is a complete code rewrite.
623625

624626
- First major release
625627

626-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.5.4...HEAD
628+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/9.0.0-RC1...HEAD
629+
[9.0.0-RC1]: https://github.com/thephpleague/oauth2-server/compare/8.5.4...9.0.0-RC1
627630
[8.5.4]: https://github.com/thephpleague/oauth2-server/compare/8.5.3...8.5.4
628631
[8.5.3]: https://github.com/thephpleague/oauth2-server/compare/8.5.2...8.5.3
629632
[8.5.2]: https://github.com/thephpleague/oauth2-server/compare/8.5.1...8.5.2

0 commit comments

Comments
 (0)