Skip to content

Commit

Permalink
Prepare to release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Nov 29, 2023
1 parent b36384d commit 291f5b7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi

## [Unreleased][unreleased]

## [1.3.0] - 2023-11-29
### Changed

- Level arguments for `hasRecord*()` methods are now optional (#5)

### Fixed

- Fixed PHP 8.2 compatibility when handling exception type records (#4)

## [1.2.0] - 2023-03-14
### Added

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

**Initial commit!**

[unreleased]: https://github.com/colinodell/psr-testlogger/compare/v1.2.0...main
[unreleased]: https://github.com/colinodell/psr-testlogger/compare/v1.3.0...main
[1.3.0]: https://github.com/colinodell/psr-testlogger/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/colinodell/psr-testlogger/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/colinodell/psr-testlogger/compare/v1.0.0...main
[1.0.0]: https://github.com/colinodell/psr-testlogger/releases/tag/v1.0.0

0 comments on commit 291f5b7

Please sign in to comment.