diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2f4d4..8314554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ CHANGELOG [//]: # (comment: Don't forget to update src/DogStatsd.php:DogStatsd::version when releasing a new version) +# 1.5.6 / 2023-01-3 + +* Fix warnings to support PHP 8.2 + # 1.5.5 / 2022-05-20 * Fix test support for multiple PHP versions. thanks to [@Lewiscowles1986][] diff --git a/src/DogStatsd.php b/src/DogStatsd.php index 441b0f4..8160d3f 100644 --- a/src/DogStatsd.php +++ b/src/DogStatsd.php @@ -80,7 +80,7 @@ class DogStatsd private static $eventUrl = '/api/v1/events'; // Used for the telemetry tags - public static $version = '1.5.5'; + public static $version = '1.5.6'; /** * DogStatsd constructor, takes a configuration array. The configuration can take any of the following values: