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

Commit d45fc38

Browse files
authored
Release 1.5.4 (DataDog#124)
* update changelog for 1.5.4 * fix changelog links
1 parent 09131d7 commit d45fc38

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

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

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

6+
# 1.5.4 / 2022-03-28
7+
8+
* Fix regression preventing string values in `set()`. thanks to [@colinodell][]
9+
* Fix boolean tag values, thanks to [@roippi][]
10+
* Adding suppport for a metric prefix, thanks to [@scott-shields-github][]
11+
* Add CircleCI status badge, thanks to [@peter279k][]
12+
613
# 1.5.3 / 2021-02-17
714

815
* Fix Add PHPCS + style updates, thanks to [@timrourke][]
@@ -115,4 +122,8 @@ CHANGELOG
115122
[@umpirsky]: https://github.com/umpirsky
116123
[@ManInTheBox]: https://github.com/ManInTheBox
117124
[@timrourke]: https://github.com/timrourke
125+
[@peter279k]: https://github.com/peter279k
126+
[@scott-shields-github]: https://github.com/scott-shields-github
127+
[@roippi]: https://github.com/roippi
128+
[@colinodell]: https://github.com/colinodell
118129
[dogstatsd_telemetry_doc]: https://docs.datadoghq.com/developers/dogstatsd/high_throughput/?tab=php#client-side-telemetry

Diff for: 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.3';
71+
public static $version = '1.5.4';
7272

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

0 commit comments

Comments
 (0)