File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
You can’t perform that action at this time.
0 commit comments