From e3ddeab022bc4d77c0cc37b366962e1083a4285c Mon Sep 17 00:00:00 2001 From: Brian Floersch Date: Fri, 23 Feb 2024 15:14:16 -0500 Subject: [PATCH] Update changelog and bump version --- CHANGELOG.md | 7 +++++++ src/DogStatsd.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be4d817..791bf25 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.1 / 2024-02-23 + +* Add support for `DD_DOGSTATSD_URL` environment variable (#148) [@fernandocarletti][] +* Apply check for IPv6 addresses (#146) [@NickStallman][] + # 1.6.0 / 2023-05-10 * Add support for [Unified service tagging](https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/?tab=kubernetes) @@ -141,4 +146,6 @@ CHANGELOG [@roippi]: https://github.com/roippi [@colinodell]: https://github.com/colinodell [@Lewiscowles1986]: https://github.com/Lewiscowles1986 +[@fernandocarletti]: https://github.com/fernandocarletti +[@NickStallman]: https://github.com/NickStallman [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 235238f..ae9e946 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.0'; + public static $version = '1.6.1'; /** * DogStatsd constructor, takes a configuration array. The configuration can take any of the following values: