From 715566a900dc91e869eaa01fbca2279ffbdc421b Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Fri, 13 Sep 2024 18:08:03 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/amplitude/experiment-php-server/compare/1.1.0...1.2.0) (2024-09-13) ### Features * Allow custom Assignment Filter to be configured ([#29](https://github.com/amplitude/experiment-php-server/issues/29)) ([4cb177c](https://github.com/amplitude/experiment-php-server/commit/4cb177cc181ca6f6e86aff12fb7d5544cc79190c)) --- CHANGELOG.md | 7 +++++++ src/Version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 368635f..149fadf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/amplitude/experiment-php-server/compare/1.1.0...1.2.0) (2024-09-13) + + +### Features + +* Allow custom Assignment Filter to be configured ([#29](https://github.com/amplitude/experiment-php-server/issues/29)) ([4cb177c](https://github.com/amplitude/experiment-php-server/commit/4cb177cc181ca6f6e86aff12fb7d5544cc79190c)) + # [1.1.0](https://github.com/amplitude/experiment-php-server/compare/1.0.1...1.1.0) (2024-09-10) diff --git a/src/Version.php b/src/Version.php index 0111f0c..f12e23a 100644 --- a/src/Version.php +++ b/src/Version.php @@ -1,3 +1,3 @@