Skip to content

Commit a361ae1

Browse files
committed
preparing release 1.5.6
1 parent 3d9b11b commit a361ae1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CHANGELOG
33

44
[//]: # (comment: Don't forget to update src/DogStatsd.php:DogStatsd::version when releasing a new version)
55

6+
# 1.5.6 / 2023-01-3
7+
8+
* Fix warnings to support PHP 8.2
9+
610
# 1.5.5 / 2022-05-20
711

812
* Fix test support for multiple PHP versions. thanks to [@Lewiscowles1986][]

src/DogStatsd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class DogStatsd
8080
private static $eventUrl = '/api/v1/events';
8181

8282
// Used for the telemetry tags
83-
public static $version = '1.5.5';
83+
public static $version = '1.5.6';
8484

8585
/**
8686
* DogStatsd constructor, takes a configuration array. The configuration can take any of the following values:

0 commit comments

Comments
 (0)