Skip to content

Commit 7d43ecd

Browse files
chore(5.x): release 5.2.1 (#197)
🤖 I have created a release *beep* *boop* --- ## [5.2.1](5.2.0...5.2.1) (2024-01-23) ### Bug Fixes * Remove noisy log message about missing guzzle cache middleware ([#195](#195)) ([d1119dd](d1119dd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1119dd commit 7d43ecd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.0"
2+
".": "5.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.2.1](https://github.com/launchdarkly/php-server-sdk/compare/5.2.0...5.2.1) (2024-01-23)
6+
7+
8+
### Bug Fixes
9+
10+
* Remove noisy log message about missing guzzle cache middleware ([#195](https://github.com/launchdarkly/php-server-sdk/issues/195)) ([d1119dd](https://github.com/launchdarkly/php-server-sdk/commit/d1119dd3c7d0bbe5375b05b9bfc74280844fb957))
11+
512
## [5.2.0] - 2023-10-23
613
### Deprecated:
714
- `LDUser` is now deprecated in favor of `LDContext`.

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class LDClient
3434
* The current SDK version.
3535
* @var string
3636
*/
37-
const VERSION = '5.2.0'; // x-release-please-version
37+
const VERSION = '5.2.1'; // x-release-please-version
3838

3939
protected string $_sdkKey;
4040
protected string $_baseUri;

0 commit comments

Comments
 (0)