Skip to content

Commit 7824d0c

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](1.2.5...1.3.0) (2025-10-30) ### Features * autoload files ([#43](#43)) ([261c313](261c313))
1 parent 261c313 commit 7824d0c

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.3.0](https://github.com/amplitude/experiment-php-server/compare/1.2.5...1.3.0) (2025-10-30)
2+
3+
4+
### Features
5+
6+
* autoload files ([#43](https://github.com/amplitude/experiment-php-server/issues/43)) ([261c313](https://github.com/amplitude/experiment-php-server/commit/261c313a4a320e169f10888f2551916a1cdf5117))
7+
18
## [1.2.5](https://github.com/amplitude/experiment-php-server/compare/1.2.4...1.2.5) (2025-10-28)
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.2.5';
3+
const VERSION = '1.3.0';

0 commit comments

Comments
 (0)