Skip to content

Commit

Permalink
release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gh123man committed May 20, 2022
1 parent 169b889 commit a1cb589
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 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.5 / 2022-05-20

* Fix test support for multiple PHP versions. thanks to [@Lewiscowles1986][]
* Normalize sample rate

# 1.5.4 / 2022-03-28

* Fix regression preventing string values in `set()`. thanks to [@colinodell][]
Expand Down Expand Up @@ -126,4 +131,5 @@ CHANGELOG
[@scott-shields-github]: https://github.com/scott-shields-github
[@roippi]: https://github.com/roippi
[@colinodell]: https://github.com/colinodell
[@Lewiscowles1986]: https://github.com/Lewiscowles1986
[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 @@ -68,7 +68,7 @@ class DogStatsd
private static $eventUrl = '/api/v1/events';

// Used for the telemetry tags
public static $version = '1.5.4';
public static $version = '1.5.5';

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

0 comments on commit a1cb589

Please sign in to comment.