From a361ae11682ab8a9a91a6b50f67b5a3c78395fe1 Mon Sep 17 00:00:00 2001 From: Brian Floersch Date: Tue, 3 Jan 2023 13:31:00 -0500 Subject: [PATCH] preparing release 1.5.6 --- CHANGELOG.md | 4 ++++ src/DogStatsd.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: