File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
You can’t perform that action at this time.
0 commit comments