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
+ ## [ 8.3.2] - released 2021-07-27
8
10
### Changed
9
11
- Conditionally support the ` StrictValidAt() ` method in lcobucci/jwt so we can use version 4.1.x or greater of the library (PR #1236 )
10
12
- 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.
550
552
551
553
- First major release
552
554
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
554
557
[ 8.3.1 ] : https://github.com/thephpleague/oauth2-server/compare/8.3.0...8.3.1
555
558
[ 8.3.0 ] : https://github.com/thephpleague/oauth2-server/compare/8.2.4...8.3.0
556
559
[ 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