From 225588a0a079e145359049f6e5e23eedb1b4c17f Mon Sep 17 00:00:00 2001 From: Brian Feaver Date: Fri, 4 Jun 2021 13:33:46 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.0.2=20=E2=86=92=203.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.cz.json b/.cz.json index 106afa5..84f527a 100644 --- a/.cz.json +++ b/.cz.json @@ -1 +1 @@ -{"commitizen": {"name": "cz_conventional_commits", "version": "3.0.2", "tag_format": "$version"}} \ No newline at end of file +{"commitizen": {"name": "cz_conventional_commits", "version": "3.1.0", "tag_format": "$version"}} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index acb4732..2aa3395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog domnikl/statsd-php +## 3.1.0 (2021-06-04) + +### Feat + +- add *Aware interface and trait for service injection + +## 3.0.2 (2020-01-03) + ## 3.0.1 * fixed #67 UDPSocket handle DNS change