Skip to content

Commit

Permalink
Merge pull request #633 from rollbar/release/v4.0.2
Browse files Browse the repository at this point in the history
Release v4.0.2
  • Loading branch information
danielmorell authored Dec 22, 2023
2 parents 72fc135 + 6258240 commit 6966a4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.2] - 2023-12-22
### Fixed
* Fixed unable to to define custom scrubber by @zinkovskiy in #554.
* Fixed #631 log message was in the description by @danielmorell in #632.
### Maintenance
* Fixed tests for performance test suite by @Chris53897 in #619.
* Updated PHPUnit to v10 by @Chris53897 in #621.
* Added CI tests for `--prefer-lowest` by @Chris53897 in #624.
* Added CI tests for PHP 8.3 by @Chris53897 in #630.

## [4.0.1] - 2023-04-28
### Added
* Added response status code to verbose log message fixing #613 by
Expand Down
2 changes: 1 addition & 1 deletion src/Payload/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Notifier implements SerializerInterface
{
const NAME = "rollbar-php";
const VERSION = "4.0.1";
const VERSION = "4.0.2";

use UtilitiesTrait;

Expand Down

0 comments on commit 6966a4c

Please sign in to comment.