We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc30e68 commit d682605Copy full SHA for d682605
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [4.2.1] - 2022-07-05
6
+### Changed:
7
+- Expanded lower version restriction on [Guzzle](https://github.com/guzzle/guzzle).
8
+
9
## [4.2.0] - 2022-04-13
10
### Added:
11
- Add support for psr/log v2 and v3.
src/LaunchDarkly/LDClient.php
@@ -26,7 +26,7 @@ class LDClient
26
* The current SDK version.
27
* @var string
28
*/
29
- const VERSION = '4.2.0';
+ const VERSION = '4.2.1';
30
31
/** @var string */
32
protected $_sdkKey;
0 commit comments