Skip to content

Commit 5aeca56

Browse files
author
LaunchDarklyReleaseBot
committed
merge from public after release
2 parents 9947a9c + b0b7f1b commit 5aeca56

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.1] - 2023-07-12
6+
### Changed:
7+
- 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)!)
8+
- Error logging now includes the exception in the Psr\Log exception context key. (Thanks, [mrtus](https://github.com/launchdarkly/php-server-sdk/pull/177)!)
9+
510
## [5.1.0] - 2023-01-31
611
### Added:
712
- 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.1.0';
37+
const VERSION = '5.1.1';
3838

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

0 commit comments

Comments
 (0)