Skip to content

Commit 3527848

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](1.2.1...1.2.2) (2025-01-15) ### Bug Fixes * use explicit nullable type for AmplitudeConfig ([#32](#32)) ([c5a91cd](c5a91cd))
1 parent c5a91cd commit 3527848

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.2](https://github.com/amplitude/experiment-php-server/compare/1.2.1...1.2.2) (2025-01-15)
2+
3+
4+
### Bug Fixes
5+
6+
* use explicit nullable type for AmplitudeConfig ([#32](https://github.com/amplitude/experiment-php-server/issues/32)) ([c5a91cd](https://github.com/amplitude/experiment-php-server/commit/c5a91cd0d000e07cfab6b527601631252ecd0a87))
7+
18
## [1.2.1](https://github.com/amplitude/experiment-php-server/compare/1.2.0...1.2.1) (2024-09-17)
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.1';
3+
const VERSION = '1.2.2';

0 commit comments

Comments
 (0)