Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit a1cb589

Browse files
committed
release 1.5.5
1 parent 169b889 commit a1cb589

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ CHANGELOG
33

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

6+
# 1.5.5 / 2022-05-20
7+
8+
* Fix test support for multiple PHP versions. thanks to [@Lewiscowles1986][]
9+
* Normalize sample rate
10+
611
# 1.5.4 / 2022-03-28
712

813
* Fix regression preventing string values in `set()`. thanks to [@colinodell][]
@@ -126,4 +131,5 @@ CHANGELOG
126131
[@scott-shields-github]: https://github.com/scott-shields-github
127132
[@roippi]: https://github.com/roippi
128133
[@colinodell]: https://github.com/colinodell
134+
[@Lewiscowles1986]: https://github.com/Lewiscowles1986
129135
[dogstatsd_telemetry_doc]: https://docs.datadoghq.com/developers/dogstatsd/high_throughput/?tab=php#client-side-telemetry

src/DogStatsd.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class DogStatsd
6868
private static $eventUrl = '/api/v1/events';
6969

7070
// Used for the telemetry tags
71-
public static $version = '1.5.4';
71+
public static $version = '1.5.5';
7272

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

0 commit comments

Comments
 (0)