From 489fa389ae0222e8ca91c219d4656d16fa3fd092 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Wed, 20 Mar 2024 21:41:21 +0000 Subject: [PATCH] chore(release): 0.5.2 [skip ci] ## [0.5.2](https://github.com/amplitude/experiment-php-server/compare/0.5.1...0.5.2) (2024-03-20) ### Bug Fixes * add time field to Assignment event ([#17](https://github.com/amplitude/experiment-php-server/issues/17)) ([ae78a13](https://github.com/amplitude/experiment-php-server/commit/ae78a130e2d711e6642ce9f226fb949254126d2d)) --- CHANGELOG.md | 7 +++++++ src/Version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3f2ae..f690471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.2](https://github.com/amplitude/experiment-php-server/compare/0.5.1...0.5.2) (2024-03-20) + + +### Bug Fixes + +* add time field to Assignment event ([#17](https://github.com/amplitude/experiment-php-server/issues/17)) ([ae78a13](https://github.com/amplitude/experiment-php-server/commit/ae78a130e2d711e6642ce9f226fb949254126d2d)) + ## [0.5.1](https://github.com/amplitude/experiment-php-server/compare/0.5.0...0.5.1) (2024-02-22) diff --git a/src/Version.php b/src/Version.php index 87af575..ef0cbf5 100644 --- a/src/Version.php +++ b/src/Version.php @@ -1,3 +1,3 @@