Skip to content

Commit 715566a

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](1.1.0...1.2.0) (2024-09-13) ### Features * Allow custom Assignment Filter to be configured ([#29](#29)) ([4cb177c](4cb177c))
1 parent 4cb177c commit 715566a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/amplitude/experiment-php-server/compare/1.1.0...1.2.0) (2024-09-13)
2+
3+
4+
### Features
5+
6+
* 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))
7+
18
# [1.1.0](https://github.com/amplitude/experiment-php-server/compare/1.0.1...1.1.0) (2024-09-10)
29

310

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22
namespace AmplitudeExperiment;
3-
const VERSION = '1.1.0';
3+
const VERSION = '1.2.0';

0 commit comments

Comments
 (0)