Skip to content

Commit 6977789

Browse files
Releasing version 3.9.0
1 parent 3bb1d06 commit 6977789

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.0] - 2021-06-21
6+
### Added:
7+
- 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.
8+
9+
510
## [3.8.0] - 2021-04-19
611
### Added:
712
- Added the `alias` method to `LDClient`. This can be used to associate two user objects for analytics purposes with an alias event.

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

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

0 commit comments

Comments
 (0)