Skip to content

Commit 9d4d17e

Browse files
Releasing version 3.7.5
1 parent bc96d97 commit 9d4d17e

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+
## [3.7.5] - 2021-03-01
6+
### Fixed:
7+
- `PHPRedis::featureRequester` was not recognizing the `phpredis_client` option. (Thanks, [riekelt](https://github.com/launchdarkly/php-server-sdk/pull/143)!)
8+
59
## [3.7.4] - 2021-01-07
610
### Fixed:
711
- Fixed a warning message which erroneously referred to the wrong method.

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class LDClient
2121
* The current SDK version.
2222
* @var string
2323
*/
24-
const VERSION = '3.7.4';
24+
const VERSION = '3.7.5';
2525

2626
/** @var string */
2727
protected $_sdkKey;

0 commit comments

Comments
 (0)