Skip to content

Commit e1dc4d7

Browse files
committed
Update changelog for release of version 8
1 parent 18dabd3 commit e1dc4d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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

7-
## [Unreleased]
7+
## [8.0.0] - released 2019-07-13
88

99
### Added
1010
- Flag, `requireCodeChallengeForPublicClients`, used to reject public clients that do not provide a code challenge for the Auth Code Grant; use AuthCodeGrant::disableRequireCodeCallengeForPublicClients() to turn off this requirement (PR #938)
@@ -466,7 +466,8 @@ Version 5 is a complete code rewrite.
466466

467467
- First major release
468468

469-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/7.4.0...HEAD
469+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.0.0...HEAD
470+
[8.0.0]: https://github.com/thephpleague/oauth2-server/compare/7.4.0...8.0.0
470471
[7.4.0]: https://github.com/thephpleague/oauth2-server/compare/7.3.3...7.4.0
471472
[7.3.3]: https://github.com/thephpleague/oauth2-server/compare/7.3.2...7.3.3
472473
[7.3.2]: https://github.com/thephpleague/oauth2-server/compare/7.3.1...7.3.2

0 commit comments

Comments
 (0)