Skip to content

Commit 1dc1ee8

Browse files
committed
Update changelog for version 9.0.1
1 parent 234aafe commit 1dc1ee8

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.1] - released 2024-10-14
810
### Fixed
911
- Auto-generated event emitter is now persisted. Previously, a new emitter was generated every time (PR #1428)
1012
- Fixed bug where you could not omit a redirect uri even if one had not been specified during the auth request (PR #1428)
@@ -653,7 +655,8 @@ Version 5 is a complete code rewrite.
653655

654656
- First major release
655657

656-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/9.0.0...HEAD
658+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/9.0.1...HEAD
659+
[9.0.1]: https://github.com/thephpleague/oauth2-server/compare/9.0.0...9.0.1
657660
[9.0.0]: https://github.com/thephpleague/oauth2-server/compare/9.0.0-RC1...9.0.0
658661
[9.0.0-RC1]: https://github.com/thephpleague/oauth2-server/compare/8.5.4...9.0.0-RC1
659662
[8.5.4]: https://github.com/thephpleague/oauth2-server/compare/8.5.3...8.5.4

0 commit comments

Comments
 (0)