Skip to content

Commit 7126918

Browse files
chore(release): 0.5.1 [skip ci]
## [0.5.1](0.5.0...0.5.1) (2024-02-22) ### Bug Fixes * use namespaced version constant ([#16](#16)) ([a9a6d50](a9a6d50))
1 parent a9a6d50 commit 7126918

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.1](https://github.com/amplitude/experiment-php-server/compare/0.5.0...0.5.1) (2024-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* use namespaced version constant ([#16](https://github.com/amplitude/experiment-php-server/issues/16)) ([a9a6d50](https://github.com/amplitude/experiment-php-server/commit/a9a6d50d68d9de84f27dde9bbcd248f864f7cf04))
7+
18
# [0.5.0](https://github.com/amplitude/experiment-php-server/compare/0.4.0...0.5.0) (2024-02-15)
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.0';
3+
const VERSION = '0.5.1';

0 commit comments

Comments
 (0)