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/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 9.0.0-RC1] - released 2024-03-27
8
10
### Added
9
11
- Device Authorization Grant added (PR #1074 )
10
12
- 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.
623
625
624
626
- First major release
625
627
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
627
630
[ 8.5.4 ] : https://github.com/thephpleague/oauth2-server/compare/8.5.3...8.5.4
628
631
[ 8.5.3 ] : https://github.com/thephpleague/oauth2-server/compare/8.5.2...8.5.3
629
632
[ 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