Skip to content

Commit

Permalink
preparing release 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gh123man committed Jan 3, 2023
1 parent 3d9b11b commit a361ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ CHANGELOG

[//]: # (comment: Don't forget to update src/DogStatsd.php:DogStatsd::version when releasing a new version)

# 1.5.6 / 2023-01-3

* Fix warnings to support PHP 8.2

# 1.5.5 / 2022-05-20

* Fix test support for multiple PHP versions. thanks to [@Lewiscowles1986][]
Expand Down
2 changes: 1 addition & 1 deletion src/DogStatsd.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DogStatsd
private static $eventUrl = '/api/v1/events';

// Used for the telemetry tags
public static $version = '1.5.5';
public static $version = '1.5.6';

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

0 comments on commit a361ae1

Please sign in to comment.