Skip to content

Commit 09f22e8

Browse files
committed
Update changelog
1 parent 4f7879e commit 09f22e8

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
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [8.1.1] - released 2020-07-01
10+
911
### Fixed
1012
- If you provide a valid redirect_uri with the auth code grant and an invalid scope, the server will use the given
1113
redirect_uri instead of the default client redirect uri (PR #1126)
@@ -497,7 +499,8 @@ Version 5 is a complete code rewrite.
497499

498500
- First major release
499501

500-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.1.0...HEAD
502+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.1.1...HEAD
503+
[8.1.1]: https://github.com/thephpleague/oauth2-server/compare/8.1.0...8.1.1
501504
[8.1.0]: https://github.com/thephpleague/oauth2-server/compare/8.0.0...8.1.0
502505
[8.0.0]: https://github.com/thephpleague/oauth2-server/compare/7.4.0...8.0.0
503506
[7.4.0]: https://github.com/thephpleague/oauth2-server/compare/7.3.3...7.4.0

0 commit comments

Comments
 (0)