Skip to content

Commit 4e82969

Browse files
authored
Merge pull request #629 from rollbar/release/v4.0.1
Release v4.0.1 and CHANGELOG.md entries
2 parents ac79865 + d85726e commit 4e82969

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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.0";
11+
const VERSION = "4.0.1";
1212

1313
use UtilitiesTrait;
1414

0 commit comments

Comments
 (0)