File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.0.2] - 2023-12-22
11+ ### Fixed
12+ * Fixed unable to to define custom scrubber by @zinkovskiy in #554 .
13+ * Fixed #631 log message was in the description by @danielmorell in #632 .
14+ ### Maintenance
15+ * Fixed tests for performance test suite by @Chris53897 in #619 .
16+ * Updated PHPUnit to v10 by @Chris53897 in #621 .
17+ * Added CI tests for ` --prefer-lowest ` by @Chris53897 in #624 .
18+ * Added CI tests for PHP 8.3 by @Chris53897 in #630 .
19+
1020## [ 4.0.1] - 2023-04-28
1121### Added
1222* Added response status code to verbose log message fixing #613 by
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.1 " ;
11+ const VERSION = "4.0.2 " ;
1212
1313 use UtilitiesTrait;
1414
You can’t perform that action at this time.
0 commit comments