Skip to content

Commit 1616b31

Browse files
gh123manscottopell
andauthored
Prepare release 1.6.0 (#143)
* release 1.6.0 * Fix date * Update CHANGELOG.md Co-authored-by: Scott Opell <me@scottopell.com> --------- Co-authored-by: Scott Opell <me@scottopell.com>
1 parent b77b568 commit 1616b31

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 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+
# 1.6.0 / 2023-05-10
7+
8+
* Add support for [Unified service tagging](https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/?tab=kubernetes)
9+
* Remove `lib-curl` dependency and support for events API (using `APP_KEY`). Submitting events now requires a connection to a Datadog Agent.
10+
611
# 1.5.6 / 2023-01-3
712

813
* Fix warnings to support PHP 8.2

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.5.6';
63+
public static $version = '1.6.0';
6464

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

0 commit comments

Comments
 (0)