Skip to content

Commit ae16c53

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](1.0.1...1.1.0) (2024-09-10) ### Features * Introduce Event::fromArray to create assignment event from array ([#27](#27)) ([6ba0618](6ba0618))
1 parent 6ba0618 commit ae16c53

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.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+
18
## [1.0.1](https://github.com/amplitude/experiment-php-server/compare/1.0.0...1.0.1) (2024-09-09)
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.0.1';
3+
const VERSION = '1.1.0';

0 commit comments

Comments
 (0)