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 8183a16 + 0e76f50 commit 99eb7bdCopy full SHA for 99eb7bd
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.3] - 2025-04-17
11
+### Fixed
12
+* Fixed new 96 character access token fails validation. @danielmorell #654.
13
+
14
## [4.1.2] - 2025-04-15
15
### Fixed
16
* Fixed #651 Person::$extra must be an array and an object was given. @danielmorell #652.
src/Payload/Notifier.php
@@ -8,7 +8,7 @@
class Notifier implements SerializerInterface
{
const NAME = "rollbar-php";
- const VERSION = "4.1.2";
+ const VERSION = "4.1.3";
use UtilitiesTrait;
0 commit comments