Skip to content

Commit

Permalink
Prepare release for 1.6.2 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
gh123man authored Jul 16, 2024
1 parent 1b7a44e commit c35c850
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][]
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/DogStatsd.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c35c850

Please sign in to comment.