Skip to content

Commit 818a6ca

Browse files
committed
chore: prepare release
1 parent 2ee5f5c commit 818a6ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
55

66
## [Unreleased]
77

8+
## [3.0.0] - 2024-10-21
9+
810
### Added
911

1012
- Add support for PHP 8.4
1113

1214
### Changed
1315

1416
- Drop support for PHP < 8.1
15-
- Rename Stack constructor parameter `$defaultResponse` to `$response`
17+
- Rename Stack constructor parameter `$response` to `$defaultResponse`
1618

1719
## [2.0.1] - 2021-03-14
1820

@@ -47,7 +49,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4749

4850
First draft of middleware stack implementing PSR-15 Draft for PHP7+ runtime environment.
4951

50-
[Unreleased]: https://github.com/idealo/php-middleware-stack/compare/v2.0.1...HEAD
52+
[Unreleased]: https://github.com/idealo/php-middleware-stack/compare/v3.0.0...HEAD
53+
[3.0.0]: https://github.com/idealo/php-middleware-stack/compare/v2.0.1...v3.0.0
5154
[2.0.1]: https://github.com/idealo/php-middleware-stack/compare/v2.0.0...v2.0.1
5255
[2.0.0]: https://github.com/idealo/php-middleware-stack/compare/v1.0.0...v2.0.0
5356
[1.0.0]: https://github.com/idealo/php-middleware-stack/compare/v0.2.0...v1.0.0

0 commit comments

Comments
 (0)