Skip to content

Commit 6966a4c

Browse files
authored
Merge pull request #633 from rollbar/release/v4.0.2
Release v4.0.2
2 parents 72fc135 + 6258240 commit 6966a4c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/Payload/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class 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

0 commit comments

Comments
 (0)