We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d7f993 + 7933184 commit 146216bCopy full SHA for 146216b
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [4.1.1] - 2025-03-21
11
+### Fixed
12
+* Fixed #648 TelemetryEvent cannot handle nested array as $body argument by @danielmorell #649.
13
+
14
## [4.1.0] - 2025-02-14
15
### Added
16
* Added support for Telemetry by @danielmorell in #634.
src/Payload/Notifier.php
@@ -8,7 +8,7 @@
class Notifier implements SerializerInterface
{
const NAME = "rollbar-php";
- const VERSION = "4.1.0";
+ const VERSION = "4.1.1";
use UtilitiesTrait;
0 commit comments