Skip to content

Commit 0809487

Browse files
committed
Update changelog for version 8.3.2 release
1 parent 715d5fa commit 0809487

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+
## [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

0 commit comments

Comments
 (0)