From 760cdafa4ed93daa8157d049e53f9a9a95505f3d Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Thu, 15 Feb 2024 23:14:43 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [0.5.0](https://github.com/amplitude/experiment-php-server/compare/0.4.0...0.5.0) (2024-02-15) ### Features * AssignmentTrackingProvider used to track local evaluation assignment events ([#14](https://github.com/amplitude/experiment-php-server/issues/14)) ([62a6696](https://github.com/amplitude/experiment-php-server/commit/62a66960c744b0c7b91793146da4979e8cb57bf0)) --- CHANGELOG.md | 7 +++++++ src/Version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2cf37a..1767454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/amplitude/experiment-php-server/compare/0.4.0...0.5.0) (2024-02-15) + + +### Features + +* AssignmentTrackingProvider used to track local evaluation assignment events ([#14](https://github.com/amplitude/experiment-php-server/issues/14)) ([62a6696](https://github.com/amplitude/experiment-php-server/commit/62a66960c744b0c7b91793146da4979e8cb57bf0)) + # [0.4.0](https://github.com/amplitude/experiment-php-server/compare/0.3.1...0.4.0) (2024-02-05) diff --git a/src/Version.php b/src/Version.php index 9a67fd9..d40b04f 100644 --- a/src/Version.php +++ b/src/Version.php @@ -1,2 +1,2 @@