We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f9eccb + 4200e5f commit ef708cdCopy full SHA for ef708cd
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [4.1.0-beta] - 2024-03-01
11
+### Added
12
+* Added support for Telemetry by @danielmorell in #634.
13
+### Fixed
14
+* Fixed #480 IPv6 could not be resolved by curl sender by @danielmorell in #635.
15
+
16
## [4.0.2] - 2023-12-22
17
### Fixed
18
* Fixed unable to to define custom scrubber by @zinkovskiy in #554.
src/Payload/Notifier.php
@@ -8,7 +8,7 @@
class Notifier implements SerializerInterface
{
const NAME = "rollbar-php";
- const VERSION = "4.0.2";
+ const VERSION = "4.1.0-beta";
use UtilitiesTrait;
0 commit comments