Skip to content

Commit bb046d4

Browse files
authored
Merge pull request #662 from rollbar/release/v4.1.4
Release v4.1.4
2 parents 41e3834 + 5831f18 commit bb046d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.1.4] - 2025-09-26
11+
### Fixed
12+
* Fixed #657 Param `$len` should not be implicitly nullable. @danielmorell #658
13+
* Fixed Body serialization should respect `max_nesting_depth` config. @AronNovak #661
14+
1015
## [4.1.3] - 2025-04-17
1116
### Fixed
1217
* Fixed new 96 character access token fails validation. @danielmorell #654.

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

1313
use UtilitiesTrait;
1414

0 commit comments

Comments
 (0)