Skip to content

Commit 2f99e75

Browse files
committed
Prepare to release v1.3.1
1 parent 0de5060 commit 2f99e75

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
44

55
## [Unreleased][unreleased]
66

7+
## [1.3.1] - 2025-11-04
8+
### Added
9+
10+
- Added explicit `@param` tag for `$message` (#8)
11+
- Added PHP 8.4 and 8.5 to test matrix (#7)
12+
713
## [1.3.0] - 2023-11-29
814
### Changed
915

@@ -41,7 +47,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
4147

4248
**Initial commit!**
4349

44-
[unreleased]: https://github.com/colinodell/psr-testlogger/compare/v1.3.0...main
50+
[unreleased]: https://github.com/colinodell/psr-testlogger/compare/v1.3.1...main
51+
[1.3.1]: https://github.com/colinodell/psr-testlogger/compare/v1.3.0...v1.3.1
4552
[1.3.0]: https://github.com/colinodell/psr-testlogger/compare/v1.2.0...v1.3.0
4653
[1.2.0]: https://github.com/colinodell/psr-testlogger/compare/v1.1.0...v1.2.0
4754
[1.1.0]: https://github.com/colinodell/psr-testlogger/compare/v1.0.0...main

0 commit comments

Comments
 (0)