Skip to content

Commit

Permalink
Merge pull request #607 from rollbar/release/v4.0.0-rc
Browse files Browse the repository at this point in the history
Release v4.0.0-rc
  • Loading branch information
danielmorell authored Feb 23, 2023
2 parents 3626cdc + e60a037 commit c071f15
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.0.0-rc]
### Added
* Added #575 support for `monolog/monolog` v3 by @danielmorell in #602
### Changed
* Updated the object serialization logic by @danielmorell in #605
### Removed
* Removed the `Config::getAllowedCircularReferenceTypes()` method by @danielmorell in #603
* Removed the `Serializable` deprecation warning by @danielmorell in #605
### Fixed
* Fixed #590 PHP 8.2 deprecated dynamic property creation by @danielmorell in #606

## [4.0.0-beta]
### Added
* PHP 8 language level mitigations, add typehints by @Chris8934 in #569.
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.0.0-beta";
const VERSION = "4.0.0-rc";

use UtilitiesTrait;

Expand Down

0 comments on commit c071f15

Please sign in to comment.