Skip to content

Commit 2eb1cf7

Browse files
authored
Update changelog for version 7.4.0
1 parent 382b6f5 commit 2eb1cf7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ 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+
## [7.4.0] - released 2019-05-05
10+
811
### Changed
912
- RefreshTokenRepository can now return null, allowing refresh tokens to be optional. (PR #649)
1013

1114
## [7.3.3] - released 2019-03-29
15+
1216
### Added
1317
- Added `error_description` to the error payload to improve standards compliance. The contents of this are copied from the existing `message` value. (PR #1006)
1418

@@ -441,7 +445,8 @@ Version 5 is a complete code rewrite.
441445

442446
- First major release
443447

444-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/7.3.3...HEAD
448+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/7.4.0...HEAD
449+
[7.4.0]: https://github.com/thephpleague/oauth2-server/compare/7.3.3...7.4.0
445450
[7.3.3]: https://github.com/thephpleague/oauth2-server/compare/7.3.2...7.3.3
446451
[7.3.2]: https://github.com/thephpleague/oauth2-server/compare/7.3.1...7.3.2
447452
[7.3.1]: https://github.com/thephpleague/oauth2-server/compare/7.3.0...7.3.1

0 commit comments

Comments
 (0)