Skip to content

Commit 6ea917a

Browse files
Releasing version 3.8.0
1 parent 0d93573 commit 6ea917a

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.8.0] - 2021-04-19
6+
### Added:
7+
- Added the `alias` method to `LDClient`. This can be used to associate two user objects for analytics purposes with an alias event.
8+
9+
510
## [3.7.6] - 2021-04-14
611
### Fixed:
712
- When using `Files.featureRequester`, if a data file did not contain valid JSON, the SDK would throw a PHP syntax error instead of the expected "File is not valid JSON" error. (Thanks, [GuiEloiSantos](https://github.com/launchdarkly/php-server-sdk/pull/145)!)

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

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

0 commit comments

Comments
 (0)