Skip to content

Commit 12a3fb7

Browse files
authored
Merge pull request #105 from DataDog/brian/release-1.5.3
Release 1.5.3
2 parents 805ac01 + 92f5cfe commit 12a3fb7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.2 / 2021-2-17
7+
8+
* Fix Add PHPCS + style updates, thanks to [@timrourke][]
9+
* Fix `normalizeStat` `number_format`, thanks to [@umpirsky][] and [@ManInTheBox][]
10+
611
# 1.5.2 / 2020-10-12
712

813
* Fix 0 gauge not emitter, thanks to [@ZymoticB][].
@@ -107,4 +112,7 @@ CHANGELOG
107112
[derek9gag]: https://github.com/derek9gag
108113
[@TheBooper]: https://github.com/TheBooper
109114
[@ZymoticB]: https://github.com/ZymoticB
115+
[@umpirsky]: https://github.com/umpirsky
116+
[@ManInTheBox]: https://github.com/ManInTheBox
117+
[@timrourke]: https://github.com/timrourke
110118
[dogstatsd_telemetry_doc]: https://docs.datadoghq.com/developers/dogstatsd/high_throughput/?tab=php#client-side-telemetry

src/DogStatsd.php

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

6666
// Used for the telemetry tags
67-
public static $version = '1.5.2';
67+
public static $version = '1.5.3';
6868

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

0 commit comments

Comments
 (0)