Skip to content

Commit 146216b

Browse files
authored
Merge pull request #650 from rollbar/release/v4.1.1
Release v4.1.1
2 parents 3d7f993 + 7933184 commit 146216b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.1] - 2025-03-21
11+
### Fixed
12+
* Fixed #648 TelemetryEvent cannot handle nested array as $body argument by @danielmorell #649.
13+
1014
## [4.1.0] - 2025-02-14
1115
### Added
1216
* Added support for Telemetry by @danielmorell in #634.

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

1313
use UtilitiesTrait;
1414

0 commit comments

Comments
 (0)