Skip to content

Commit

Permalink
Merge pull request #646 from rollbar/release/v4.1.0-rc
Browse files Browse the repository at this point in the history
Release v4.1.0-rc
  • Loading branch information
danielmorell authored Jan 12, 2025
2 parents c5b8e35 + e6770df commit c4a4c6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0-rc] - 2024-12-20
### Added
* Added telemetry config filter to prevent invalid arguments by @danielmorell in #642.
### Changed
* Changed telemetry event type and level to enums by @danielmorell in #643.
* Changed the `Telemeter::getLevelFromPsrLevel()` method from private to public by @danielmorell in #644.
### Removed
* Removed support for PHP 8.0 by @danielmorell in #643.
### Fixed
* Fixed PHP 8.4 deprecations by @basmilius in #641.

## [4.1.0-beta] - 2024-03-01
### Added
* Added support for Telemetry by @danielmorell in #634.
Expand Down
2 changes: 1 addition & 1 deletion src/Payload/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Notifier implements SerializerInterface
{
const NAME = "rollbar-php";
const VERSION = "4.1.0-beta";
const VERSION = "4.1.0-rc";

use UtilitiesTrait;

Expand Down

0 comments on commit c4a4c6f

Please sign in to comment.