Skip to content

Commit 1300e88

Browse files
authored
chore: update CHANGELOG.md
Signed-off-by: Dirk Adler <[email protected]>
1 parent c569404 commit 1300e88

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [3.0.1] - 2025-01-27
9+
10+
### Fixed
11+
12+
- Type safe Stack.php
13+
814
## [3.0.0] - 2024-10-21
915

1016
### Added
@@ -49,10 +55,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4955

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

52-
[Unreleased]: https://github.com/idealo/php-middleware-stack/compare/v3.0.0...HEAD
58+
[Unreleased]: https://github.com/idealo/php-middleware-stack/compare/v3.0.1...HEAD
59+
[3.0.1]: https://github.com/idealo/php-middleware-stack/compare/v3.0.0...v3.0.1
5360
[3.0.0]: https://github.com/idealo/php-middleware-stack/compare/v2.0.1...v3.0.0
5461
[2.0.1]: https://github.com/idealo/php-middleware-stack/compare/v2.0.0...v2.0.1
5562
[2.0.0]: https://github.com/idealo/php-middleware-stack/compare/v1.0.0...v2.0.0
5663
[1.0.0]: https://github.com/idealo/php-middleware-stack/compare/v0.2.0...v1.0.0
5764
[0.2.0]: https://github.com/idealo/php-middleware-stack/compare/v0.1.0...v0.2.0
58-
[0.1.0]: https://github.com/idealo/php-middleware-stack/releases/tag/v0.1.0
65+
[0.1.0]: https://github.com/idealo/php-middleware-stack/releases/tag/v0.1.0

0 commit comments

Comments
 (0)