Skip to content

Commit c35c850

Browse files
authored
Prepare release for 1.6.2 (#152)
1 parent 1b7a44e commit c35c850

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 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+
7+
# 1.6.2 / 2024-07-16
8+
9+
* Add getter for `BatchedDogStatsd::$bufferLength` (#151) [@cosmastech][]
10+
611
# 1.6.1 / 2024-02-23
712

813
* Add support for `DD_DOGSTATSD_URL` environment variable (#148) [@fernandocarletti][]
@@ -148,4 +153,5 @@ CHANGELOG
148153
[@Lewiscowles1986]: https://github.com/Lewiscowles1986
149154
[@fernandocarletti]: https://github.com/fernandocarletti
150155
[@NickStallman]: https://github.com/NickStallman
156+
[@cosmastech]: https://github.com/cosmastech
151157
[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
@@ -60,7 +60,7 @@ class DogStatsd
6060
private static $eventUrl = '/api/v1/events';
6161

6262
// Used for the telemetry tags
63-
public static $version = '1.6.1';
63+
public static $version = '1.6.2';
6464

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

0 commit comments

Comments
 (0)