Skip to content

Commit 329155e

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 5.1.0
1 parent 1694636 commit 329155e

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.1.0] - 2023-01-31
6+
### Added:
7+
- Introduced support for an `application_info` config property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
8+
59
## [4.3.0] - 2023-01-31
610
### Added:
711
- Introduced support for an `application_info` config property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.

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

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

0 commit comments

Comments
 (0)