From 93d08fd58a6806c5d26643265259f86f6c85ed76 Mon Sep 17 00:00:00 2001 From: Stephen Wakely Date: Mon, 25 Aug 2025 10:29:39 +0100 Subject: [PATCH] Update version --- CHANGELOG.md | 4 ++++ src/DogStatsd.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ee1f7..779d3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ CHANGELOG [//]: # (comment: Don't forget to update src/DogStatsd.php:DogStatsd::version when releasing a new version) +# 1.7.1 / 2025-08-25 +* Allow error handler to be defined for socket errors. (#169) [@cosmastech][] + # 1.7.0 / 2025-07-11 * Fix the array shape for configuration (#159) [@lcobucci][] * Fix Windows errors caused by 1.6.3 (#162) @@ -139,6 +142,7 @@ CHANGELOG [#156]: https://github.com/DataDog/php-datadogstatsd/pull/156 [#157]: https://github.com/DataDog/php-datadogstatsd/pull/157 [#163]: https://github.com/DataDog/php-datadogstatsd/pull/162 +[#169]: https://github.com/DataDog/php-datadogstatsd/pull/169 [@bigthyme]: https://github.com/bigthyme [@obradovic]: https://github.com/obradovic [@shadowhand]: https://github.com/shadowhand diff --git a/src/DogStatsd.php b/src/DogStatsd.php index 92d87da..1770fe0 100644 --- a/src/DogStatsd.php +++ b/src/DogStatsd.php @@ -76,7 +76,7 @@ class DogStatsd private $packets_dropped; // Used for the telemetry tags - public static $version = '1.7.0'; + public static $version = '1.7.1'; /** * DogStatsd constructor, takes a configuration array. The configuration can take any of the following values: