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.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
You can’t perform that action at this time.
0 commit comments