Skip to content

Commit d682605

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.2.1
1 parent cc30e68 commit d682605

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.1] - 2022-07-05
6+
### Changed:
7+
- Expanded lower version restriction on [Guzzle](https://github.com/guzzle/guzzle).
8+
59
## [4.2.0] - 2022-04-13
610
### Added:
711
- Add support for psr/log v2 and v3.

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.0';
29+
const VERSION = '4.2.1';
3030

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

0 commit comments

Comments
 (0)