Skip to content

Commit

Permalink
Prepare release 1.6.0 (#143)
Browse files Browse the repository at this point in the history
* release 1.6.0

* Fix date

* Update CHANGELOG.md

Co-authored-by: Scott Opell <[email protected]>

---------

Co-authored-by: Scott Opell <[email protected]>
  • Loading branch information
gh123man and scottopell authored May 10, 2023
1 parent b77b568 commit 1616b31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 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.0 / 2023-05-10

* Add support for [Unified service tagging](https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/?tab=kubernetes)
* Remove `lib-curl` dependency and support for events API (using `APP_KEY`). Submitting events now requires a connection to a Datadog Agent.

# 1.5.6 / 2023-01-3

* Fix warnings to support PHP 8.2
Expand Down
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.5.6';
public static $version = '1.6.0';

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

0 comments on commit 1616b31

Please sign in to comment.