Skip to content

Commit fa74322

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 5.2.0
1 parent 77fea8a commit fa74322

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.0] - 2023-10-23
6+
### Deprecated:
7+
- `LDUser` is now deprecated in favor of `LDContext`.
8+
59
## [5.1.1] - 2023-07-12
610
### Changed:
711
- Invalid context log message now includes the flag key as part of the Psr\Log context. (Thanks, [mrtus](https://github.com/launchdarkly/php-server-sdk/pull/179)!)

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.1.1';
37+
const VERSION = '5.2.0';
3838

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

0 commit comments

Comments
 (0)