Skip to content

Commit a89739b

Browse files
authored
Merge pull request #653 from rollbar/release/v4.1.2
Release v4.1.2
2 parents 7501f97 + ee8add5 commit a89739b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.2] - 2025-04-15
11+
### Fixed
12+
* Fixed #651 Person::$extra must be an array and an object was given. @danielmorell #652.
13+
1014
## [4.1.1] - 2025-03-21
1115
### Fixed
1216
* Fixed #648 TelemetryEvent cannot handle nested array as $body argument by @danielmorell #649.

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

1313
use UtilitiesTrait;
1414

0 commit comments

Comments
 (0)