Skip to content

Commit 63703e1

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](1.2.0...1.2.1) (2024-09-17) ### Bug Fixes * allow more supported versions of symfony/cache ([#31](#31)) ([f66e592](f66e592))
1 parent f66e592 commit 63703e1

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.2.1](https://github.com/amplitude/experiment-php-server/compare/1.2.0...1.2.1) (2024-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* allow more supported versions of symfony/cache ([#31](https://github.com/amplitude/experiment-php-server/issues/31)) ([f66e592](https://github.com/amplitude/experiment-php-server/commit/f66e59243b81418d050fe94e2ce2bbb4fc6dc8a3))
7+
18
# [1.2.0](https://github.com/amplitude/experiment-php-server/compare/1.1.0...1.2.0) (2024-09-13)
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.0';
3+
const VERSION = '1.2.1';

0 commit comments

Comments
 (0)