Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
amplitude-sdk-bot committed Sep 17, 2024
1 parent f66e592 commit 63703e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/amplitude/experiment-php-server/compare/1.2.0...1.2.1) (2024-09-17)


### Bug Fixes

* 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))

# [1.2.0](https://github.com/amplitude/experiment-php-server/compare/1.1.0...1.2.0) (2024-09-13)


Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
namespace AmplitudeExperiment;
const VERSION = '1.2.0';
const VERSION = '1.2.1';

0 comments on commit 63703e1

Please sign in to comment.