Skip to content

Commit 0032301

Browse files
committed
Update changelog for 9.2.0 release
1 parent 831410d commit 0032301

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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.2.0] - released 2025-02-15
89
### Added
910
- Added a new function to the provided ClientTrait, `supportsGrantType` to allow the auth server to issue the response `unauthorized_client` when applicable (PR #1420)
1011

@@ -676,7 +677,8 @@ Version 5 is a complete code rewrite.
676677

677678
- First major release
678679

679-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/9.1.0...HEAD
680+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/9.2.0...HEAD
681+
[9.2.0]: https://github.com/thephpleague/oauth2-server/compare/9.1.0...9.2.0
680682
[9.1.0]: https://github.com/thephpleague/oauth2-server/compare/9.0.1...9.1.0
681683
[9.0.1]: https://github.com/thephpleague/oauth2-server/compare/9.0.0...9.0.1
682684
[9.0.0]: https://github.com/thephpleague/oauth2-server/compare/9.0.0-RC1...9.0.0

0 commit comments

Comments
 (0)