Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Oct 21, 2024
1 parent 2ee5f5c commit 818a6ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [3.0.0] - 2024-10-21

### Added

- Add support for PHP 8.4

### Changed

- Drop support for PHP < 8.1
- Rename Stack constructor parameter `$defaultResponse` to `$response`
- Rename Stack constructor parameter `$response` to `$defaultResponse`

## [2.0.1] - 2021-03-14

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

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

[Unreleased]: https://github.com/idealo/php-middleware-stack/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/idealo/php-middleware-stack/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/idealo/php-middleware-stack/compare/v2.0.1...v3.0.0
[2.0.1]: https://github.com/idealo/php-middleware-stack/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/idealo/php-middleware-stack/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/idealo/php-middleware-stack/compare/v0.2.0...v1.0.0
Expand Down

0 comments on commit 818a6ca

Please sign in to comment.