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.1] - released 2024-10-14
8
10
### Fixed
9
11
- Auto-generated event emitter is now persisted. Previously, a new emitter was generated every time (PR #1428 )
10
12
- 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.
653
655
654
656
- First major release
655
657
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
657
660
[ 9.0.0 ] : https://github.com/thephpleague/oauth2-server/compare/9.0.0-RC1...9.0.0
658
661
[ 9.0.0-RC1 ] : https://github.com/thephpleague/oauth2-server/compare/8.5.4...9.0.0-RC1
659
662
[ 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