Skip to content

Commit 99eb7bd

Browse files
authored
Merge pull request #655 from rollbar/release/v4.1.3
Release v4.1.3
2 parents 8183a16 + 0e76f50 commit 99eb7bd

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.3] - 2025-04-17
11+
### Fixed
12+
* Fixed new 96 character access token fails validation. @danielmorell #654.
13+
1014
## [4.1.2] - 2025-04-15
1115
### Fixed
1216
* Fixed #651 Person::$extra must be an array and an object was given. @danielmorell #652.

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

1313
use UtilitiesTrait;
1414

0 commit comments

Comments
 (0)