Skip to content

Commit b39a1a1

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](1.0.0...1.0.1) (2024-09-09) ### Bug Fixes * remove API key from error logging ([#28](#28)) ([cfe8267](cfe8267))
1 parent cfe8267 commit b39a1a1

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.0.1](https://github.com/amplitude/experiment-php-server/compare/1.0.0...1.0.1) (2024-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* remove API key from error logging ([#28](https://github.com/amplitude/experiment-php-server/issues/28)) ([cfe8267](https://github.com/amplitude/experiment-php-server/commit/cfe826710b258e56ba78a7eb4dcc6f4394428e02))
7+
18
## [0.5.2](https://github.com/amplitude/experiment-php-server/compare/0.5.1...0.5.2) (2024-03-20)
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.0.0';
3+
const VERSION = '1.0.1';

0 commit comments

Comments
 (0)