Skip to content

Commit

Permalink
Update changelog for 9.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Feb 15, 2025
1 parent 831410d commit 0032301
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [9.2.0] - released 2025-02-15
### Added
- Added a new function to the provided ClientTrait, `supportsGrantType` to allow the auth server to issue the response `unauthorized_client` when applicable (PR #1420)

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

- First major release

[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/9.1.0...HEAD
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/9.2.0...HEAD
[9.2.0]: https://github.com/thephpleague/oauth2-server/compare/9.1.0...9.2.0
[9.1.0]: https://github.com/thephpleague/oauth2-server/compare/9.0.1...9.1.0
[9.0.1]: https://github.com/thephpleague/oauth2-server/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/thephpleague/oauth2-server/compare/9.0.0-RC1...9.0.0
Expand Down

0 comments on commit 0032301

Please sign in to comment.