From 6d3362f4816f132da6ba6c70758e83e89cbeada5 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 19 Sep 2023 11:44:09 +0100 Subject: [PATCH] release: v7.8.0 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad79658..f2f9dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v7.8.0 (2023-09-19)](https://github.com/nunomaduro/collision/compare/v7.7.0...v7.8.0) +### Added +- `dontReportDuplicates` support to exception handler in Laravel + +### Fixed +- `reportable` return type to exception handler in Laravel +- `renderable` return type to exception handler in Laravel + ## [v7.7.0 (2023-06-29)](https://github.com/nunomaduro/collision/compare/v7.6.0...v7.7.0) ### Added -- reportable support to exception handler in Laravel -- renderable support to exception handler in Laravel +- `reportable` support to exception handler in Laravel +- `renderable` support to exception handler in Laravel ## [v7.6.0 (2023-06-15)](https://github.com/nunomaduro/collision/compare/v7.5.2...v7.6.0) ### Added