Skip to content

Commit 72f8bd7

Browse files
author
LaunchDarklyReleaseBot
committed
merge from public after release
2 parents 4b0b6eb + c8c9e51 commit 72f8bd7

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+
## [4.2.2] - 2022-08-01
6+
### Fixed:
7+
- The TestData class was incorrectly generating an error when updating a changed flag. (Thanks, [aretenz](https://github.com/launchdarkly/php-server-sdk/pull/161)!)
8+
59
## [4.2.1] - 2022-07-05
610
### Changed:
711
- Expanded lower version restriction on [Guzzle](https://github.com/guzzle/guzzle).

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class LDClient
2626
* The current SDK version.
2727
* @var string
2828
*/
29-
const VERSION = '4.2.1';
29+
const VERSION = '4.2.2';
3030

3131
/** @var string */
3232
protected $_sdkKey;

0 commit comments

Comments
 (0)