Skip to content

Commit

Permalink
Releasing version 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jul 12, 2023
1 parent b3fb5d4 commit b0b7f1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [5.1.1] - 2023-07-12
### Changed:
- 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)!)
- Error logging now includes the exception in the Psr\Log exception context key. (Thanks, [mrtus](https://github.com/launchdarkly/php-server-sdk/pull/177)!)

## [5.1.0] - 2023-01-31
### Added:
- 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.
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/LDClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class LDClient
* The current SDK version.
* @var string
*/
const VERSION = '5.1.0';
const VERSION = '5.1.1';

protected string $_sdkKey;
protected string $_baseUri;
Expand Down

0 comments on commit b0b7f1b

Please sign in to comment.