Skip to content

Commit f768575

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.9.1
1 parent a40016c commit f768575

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.9.1] - 2021-08-02
6+
### Fixed:
7+
- The `phpredis` integration was ignoring the `phpredis_client` option for passing in a preconfigured Redis client. (Thanks, [CameronHall](https://github.com/launchdarkly/php-server-sdk/pull/151)!)
8+
59
## [3.9.0] - 2021-06-21
610
### Added:
711
- The SDK now supports the ability to control the proportion of traffic allocation to an experiment. This works in conjunction with a new platform feature now available to early access customers.

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.9.0';
24+
const VERSION = '3.9.1';
2525

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

0 commit comments

Comments
 (0)