Skip to content

Commit

Permalink
Releasing version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Apr 13, 2022
1 parent 61eba47 commit 8c8a079
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).

## [4.2.0] - 2022-04-13
### Added:
- Add support for psr/log v2 and v3.
- The LaunchDarkly\Integrations\TestData is a new way to inject feature flag data programmatically into the SDK for testing—either with fixed values for each flag, or with targets and/or rules that can return different values for different users. Unlike LaunchDarkly\Integrations\Files, this mechanism does not use any external resources, only the data that your test code has provided.

## [4.1.0] - 2022-02-16
### Added:
- The curl command used for publishing events will now honor the connect_timeout parameter.
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/LDClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LDClient
* The current SDK version.
* @var string
*/
const VERSION = '4.1.0';
const VERSION = '4.2.0';

/** @var string */
protected $_sdkKey;
Expand Down

0 comments on commit 8c8a079

Please sign in to comment.