From c35c850210302156ced856f159b250e71b26ae33 Mon Sep 17 00:00:00 2001 From: Brian Floersch Date: Tue, 16 Jul 2024 12:49:36 -0400 Subject: [PATCH] Prepare release for 1.6.2 (#152) --- CHANGELOG.md | 6 ++++++ src/DogStatsd.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 791bf25..28fda07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ CHANGELOG [//]: # (comment: Don't forget to update src/DogStatsd.php:DogStatsd::version when releasing a new version) + +# 1.6.2 / 2024-07-16 + +* Add getter for `BatchedDogStatsd::$bufferLength` (#151) [@cosmastech][] + # 1.6.1 / 2024-02-23 * Add support for `DD_DOGSTATSD_URL` environment variable (#148) [@fernandocarletti][] @@ -148,4 +153,5 @@ CHANGELOG [@Lewiscowles1986]: https://github.com/Lewiscowles1986 [@fernandocarletti]: https://github.com/fernandocarletti [@NickStallman]: https://github.com/NickStallman +[@cosmastech]: https://github.com/cosmastech [dogstatsd_telemetry_doc]: https://docs.datadoghq.com/developers/dogstatsd/high_throughput/?tab=php#client-side-telemetry diff --git a/src/DogStatsd.php b/src/DogStatsd.php index ae9e946..9c848d8 100644 --- a/src/DogStatsd.php +++ b/src/DogStatsd.php @@ -60,7 +60,7 @@ class DogStatsd private static $eventUrl = '/api/v1/events'; // Used for the telemetry tags - public static $version = '1.6.1'; + public static $version = '1.6.2'; /** * DogStatsd constructor, takes a configuration array. The configuration can take any of the following values: