Skip to content

Commit 97cfd38

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](0.2.2...0.3.0) (2023-11-22) ### Features * Automatic assignment tracking ([#8](#8)) ([4520bfc](4520bfc))
1 parent 4520bfc commit 97cfd38

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.3.0](https://github.com/amplitude/experiment-php-server/compare/0.2.2...0.3.0) (2023-11-22)
2+
3+
4+
### Features
5+
6+
* Automatic assignment tracking ([#8](https://github.com/amplitude/experiment-php-server/issues/8)) ([4520bfc](https://github.com/amplitude/experiment-php-server/commit/4520bfce8886a9cbdd0b7692480f6a22d915adc0))
7+
18
## [0.2.2](https://github.com/amplitude/experiment-php-server/compare/0.2.1...0.2.2) (2023-11-21)
29

310

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php
2-
const VERSION = '0.2.2';
2+
const VERSION = '0.3.0';

0 commit comments

Comments
 (0)