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+ ## [ 8.3.2] - released 2021-07-27
810### Changed
911- Conditionally support the ` StrictValidAt() ` method in lcobucci/jwt so we can use version 4.1.x or greater of the library (PR #1236 )
1012- When providing invalid credentials, the library now responds with the error message _ The user credentials were incorrect_ (PR #1230 )
@@ -550,7 +552,8 @@ Version 5 is a complete code rewrite.
550552
551553- First major release
552554
553- [ Unreleased ] : https://github.com/thephpleague/oauth2-server/compare/8.3.1...HEAD
555+ [ Unreleased ] : https://github.com/thephpleague/oauth2-server/compare/8.3.2...HEAD
556+ [ 8.3.2 ] : https://github.com/thephpleague/oauth2-server/compare/8.3.1...8.3.2
554557[ 8.3.1 ] : https://github.com/thephpleague/oauth2-server/compare/8.3.0...8.3.1
555558[ 8.3.0 ] : https://github.com/thephpleague/oauth2-server/compare/8.2.4...8.3.0
556559[ 8.2.4 ] : https://github.com/thephpleague/oauth2-server/compare/8.2.3...8.2.4
You can’t perform that action at this time.
0 commit comments