Skip to content

Commit

Permalink
Releasing version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jul 5, 2022
1 parent cc30e68 commit d682605
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.1] - 2022-07-05
### Changed:
- Expanded lower version restriction on [Guzzle](https://github.com/guzzle/guzzle).

## [4.2.0] - 2022-04-13
### Added:
- Add support for psr/log v2 and v3.
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.0';
const VERSION = '4.2.1';

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

0 comments on commit d682605

Please sign in to comment.