We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9b11b commit a361ae1Copy full SHA for a361ae1
CHANGELOG.md
@@ -3,6 +3,10 @@ CHANGELOG
3
4
[//]: # (comment: Don't forget to update src/DogStatsd.php:DogStatsd::version when releasing a new version)
5
6
+# 1.5.6 / 2023-01-3
7
+
8
+* Fix warnings to support PHP 8.2
9
10
# 1.5.5 / 2022-05-20
11
12
* Fix test support for multiple PHP versions. thanks to [@Lewiscowles1986][]
src/DogStatsd.php
@@ -80,7 +80,7 @@ class DogStatsd
80
private static $eventUrl = '/api/v1/events';
81
82
// Used for the telemetry tags
83
- public static $version = '1.5.5';
+ public static $version = '1.5.6';
84
85
/**
86
* DogStatsd constructor, takes a configuration array. The configuration can take any of the following values:
0 commit comments