Skip to content

Commit

Permalink
Merge pull request #105 from DataDog/brian/release-1.5.3
Browse files Browse the repository at this point in the history
Release 1.5.3
  • Loading branch information
gh123man authored Feb 17, 2021
2 parents 805ac01 + 92f5cfe commit 12a3fb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ CHANGELOG

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

# 1.5.2 / 2021-2-17

* Fix Add PHPCS + style updates, thanks to [@timrourke][]
* Fix `normalizeStat` `number_format`, thanks to [@umpirsky][] and [@ManInTheBox][]

# 1.5.2 / 2020-10-12

* Fix 0 gauge not emitter, thanks to [@ZymoticB][].
Expand Down Expand Up @@ -107,4 +112,7 @@ CHANGELOG
[derek9gag]: https://github.com/derek9gag
[@TheBooper]: https://github.com/TheBooper
[@ZymoticB]: https://github.com/ZymoticB
[@umpirsky]: https://github.com/umpirsky
[@ManInTheBox]: https://github.com/ManInTheBox
[@timrourke]: https://github.com/timrourke
[dogstatsd_telemetry_doc]: https://docs.datadoghq.com/developers/dogstatsd/high_throughput/?tab=php#client-side-telemetry
2 changes: 1 addition & 1 deletion src/DogStatsd.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class DogStatsd
private static $eventUrl = '/api/v1/events';

// Used for the telemetry tags
public static $version = '1.5.2';
public static $version = '1.5.3';

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

0 comments on commit 12a3fb7

Please sign in to comment.