Skip to content

Commit

Permalink
Release 1.5.4 (#124)
Browse files Browse the repository at this point in the history
* update changelog for 1.5.4

* fix changelog links
  • Loading branch information
gh123man authored Mar 30, 2022
1 parent 09131d7 commit d45fc38
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ CHANGELOG

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

# 1.5.4 / 2022-03-28

* Fix regression preventing string values in `set()`. thanks to [@colinodell][]
* Fix boolean tag values, thanks to [@roippi][]
* Adding suppport for a metric prefix, thanks to [@scott-shields-github][]
* Add CircleCI status badge, thanks to [@peter279k][]

# 1.5.3 / 2021-02-17

* Fix Add PHPCS + style updates, thanks to [@timrourke][]
Expand Down Expand Up @@ -115,4 +122,8 @@ CHANGELOG
[@umpirsky]: https://github.com/umpirsky
[@ManInTheBox]: https://github.com/ManInTheBox
[@timrourke]: https://github.com/timrourke
[@peter279k]: https://github.com/peter279k
[@scott-shields-github]: https://github.com/scott-shields-github
[@roippi]: https://github.com/roippi
[@colinodell]: https://github.com/colinodell
[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.3';
public static $version = '1.5.4';

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

0 comments on commit d45fc38

Please sign in to comment.