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/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ 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 )
10
15
11
16
## [ 8.4.1] - released 2023-03-22
12
17
### Fixed
@@ -582,7 +587,8 @@ Version 5 is a complete code rewrite.
582
587
583
588
- First major release
584
589
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
586
592
[ 8.4.1 ] : https://github.com/thephpleague/oauth2-server/compare/8.4.0...8.4.1
587
593
[ 8.4.0 ] : https://github.com/thephpleague/oauth2-server/compare/8.3.6...8.4.0
588
594
[ 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