We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41e3834 + 5831f18 commit bb046d4Copy full SHA for bb046d4
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
+
15
## [4.1.3] - 2025-04-17
16
### Fixed
17
* Fixed new 96 character access token fails validation. @danielmorell #654.
src/Payload/Notifier.php
@@ -8,7 +8,7 @@
class Notifier implements SerializerInterface
{
const NAME = "rollbar-php";
- const VERSION = "4.1.3";
+ const VERSION = "4.1.4";
use UtilitiesTrait;
0 commit comments