Skip to content

Commit 9db8ddb

Browse files
Releasing version 3.7.0
1 parent 87c8fdf commit 9db8ddb

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.0] - 2019-12-13
6+
### Added:
7+
- Added integration with the [`phpredis`](https://github.com/phpredis/phpredis) extension, which supports persistent Redis connections unlike the existing `predis` integration. See `LaunchDarkly::Integrations::PHPRedis`. (Thanks, [nicofff](https://github.com/launchdarkly/php-server-sdk/pull/128)!)
8+
59
## [3.6.0] - 2019-10-01
610
### Added:
711
- Added support for upcoming LaunchDarkly experimentation features. See `LDClient.track`.

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class LDClient
1515
{
1616
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
1717
const DEFAULT_EVENTS_URI = 'https://events.launchdarkly.com';
18-
const VERSION = '3.6.0';
18+
const VERSION = '3.7.0';
1919

2020
/** @var string */
2121
protected $_sdkKey;

0 commit comments

Comments
 (0)