Skip to content

Commit 489fa38

Browse files
chore(release): 0.5.2 [skip ci]
## [0.5.2](0.5.1...0.5.2) (2024-03-20) ### Bug Fixes * add time field to Assignment event ([#17](#17)) ([ae78a13](ae78a13))
1 parent ae78a13 commit 489fa38

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+
## [0.5.2](https://github.com/amplitude/experiment-php-server/compare/0.5.1...0.5.2) (2024-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [0.5.1](https://github.com/amplitude/experiment-php-server/compare/0.5.0...0.5.1) (2024-02-22)
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 = '0.5.1';
3+
const VERSION = '0.5.2';

0 commit comments

Comments
 (0)