We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba0618 commit ae16c53Copy full SHA for ae16c53
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.1.0](https://github.com/amplitude/experiment-php-server/compare/1.0.1...1.1.0) (2024-09-10)
2
+
3
4
+### Features
5
6
+* Introduce Event::fromArray to create assignment event from array ([#27](https://github.com/amplitude/experiment-php-server/issues/27)) ([6ba0618](https://github.com/amplitude/experiment-php-server/commit/6ba0618f60a44c324cbec9a47a416d80f7cebb8e))
7
8
## [1.0.1](https://github.com/amplitude/experiment-php-server/compare/1.0.0...1.0.1) (2024-09-09)
9
10
src/Version.php
@@ -1,3 +1,3 @@
<?php
namespace AmplitudeExperiment;
-const VERSION = '1.0.1';
+const VERSION = '1.1.0';
0 commit comments