Skip to content

Commit 8170913

Browse files
committed
Update readme
1 parent 6d6ef34 commit 8170913

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ 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-
### Changed
9-
- Change to support PHP 8.0, 8.1, and 8.2 (PR #1333)
8+
9+
## [8.5.0] - released 2023-04-03
10+
### Added
11+
- Support for PHP 8.1 and 8.2 (PR #1333)
12+
13+
### Removed
14+
- Support PHP 7.2, 7.3, and 7.4 (PR #1333)
1015

1116
## [8.4.1] - released 2023-03-22
1217
### Fixed
@@ -582,7 +587,8 @@ Version 5 is a complete code rewrite.
582587

583588
- First major release
584589

585-
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.4.1...HEAD
590+
[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.5.0...HEAD
591+
[8.5.0]: https://github.com/thephpleague/oauth2-server/compare/8.4.1...8.5.0
586592
[8.4.1]: https://github.com/thephpleague/oauth2-server/compare/8.4.0...8.4.1
587593
[8.4.0]: https://github.com/thephpleague/oauth2-server/compare/8.3.6...8.4.0
588594
[8.3.6]: https://github.com/thephpleague/oauth2-server/compare/8.3.5...8.3.6

0 commit comments

Comments
 (0)