Skip to content

Commit eaa7d78

Browse files
committed
chore(release): 4.3.0
1 parent 9415f84 commit eaa7d78

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="4.3.0"></a>
12+
## [4.3.0] - 2024-05-09
13+
### Docs
14+
- **readme:** Update README.md with more descriptive content
15+
16+
### Feat
17+
- **ExceptionNotify:** Add skipWhen method
18+
- **ExceptionNotifyManager:** Add skipWhen method
19+
20+
### Refactor
21+
- **app:** Modify boot method in AppServiceProvider.php
22+
- **collector:** update rejected headers list
23+
- **config:** remove 'report_using_creator' from exception-notify.php
24+
- **service provider:** improve extendExceptionHandler method
25+
- **src:** Update static variable references to use self
26+
- **tests:** refactor ExceptionNotifyManagerTest.php and Support/HeplersTest.php
27+
28+
1129
<a name="4.2.0"></a>
1230
## [4.2.0] - 2024-05-08
1331
### Refactor
@@ -800,7 +818,8 @@ All notable changes to this project will be documented in this file.
800818
- Merge pull request [#1](https://github.com/guanguans/laravel-exception-notify/issues/1) from guanguans/imgbot
801819

802820

803-
[Unreleased]: https://github.com/guanguans/laravel-exception-notify/compare/4.2.0...HEAD
821+
[Unreleased]: https://github.com/guanguans/laravel-exception-notify/compare/4.3.0...HEAD
822+
[4.3.0]: https://github.com/guanguans/laravel-exception-notify/compare/4.2.0...4.3.0
804823
[4.2.0]: https://github.com/guanguans/laravel-exception-notify/compare/4.1.0...4.2.0
805824
[4.1.0]: https://github.com/guanguans/laravel-exception-notify/compare/4.0.0...4.1.0
806825
[4.0.0]: https://github.com/guanguans/laravel-exception-notify/compare/4.0.0-beta3...4.0.0

0 commit comments

Comments
 (0)