Skip to content

Commit

Permalink
Releasing version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Aug 1, 2022
1 parent a7138a4 commit c8c9e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.2] - 2022-08-01
### Fixed:
- The TestData class was incorrectly generating an error when updating a changed flag. (Thanks, [aretenz](https://github.com/launchdarkly/php-server-sdk/pull/161)!)

## [4.2.1] - 2022-07-05
### Changed:
- Expanded lower version restriction on [Guzzle](https://github.com/guzzle/guzzle).
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.2.1';
const VERSION = '4.2.2';

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

0 comments on commit c8c9e51

Please sign in to comment.