File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.0.1] - 2023-04-28
11+ ### Added
12+ * Added response status code to verbose log message fixing #613 by
13+ @danielmorell in #614 .
14+ ### Fixed
15+ * Fixed #617 ` RollbarLogger:log() ` not compatible with psr/log 1 by
16+ @danielmorell in #623 .
17+ ### Maintenance
18+ * Added missing CI workflow for v3.x by @danielmorell in #616 .
19+ * Added Phpunit 10 result folder to .gitignore by @Chris53897 in #625 .
20+ * Updated test dependencies to fix generated mock class type annotation error by
21+ @danielmorell in #627 .
22+ * Fixed duplicate Psalm config and silenced unnecessary warnings by @Chris53897
23+ in #622 .
24+ * Fixed test helper method ` ArrayLogger:log() ` psr/log 1 compatability by
25+ @danielmorell in #626 .
26+ * Fixed the CI status badge in the README.md file. by @danielmorell in #628 .
27+
1028## [ 4.0.0] - 2023-03-20
1129### Added
1230* PHP 8 language level mitigations, add typehints by @Chris8934 in #569 .
Original file line number Diff line number Diff line change 88class Notifier implements SerializerInterface
99{
1010 const NAME = "rollbar-php " ;
11- const VERSION = "4.0.0 " ;
11+ const VERSION = "4.0.1 " ;
1212
1313 use UtilitiesTrait;
1414
You can’t perform that action at this time.
0 commit comments