Skip to content

Commit f0ff5a9

Browse files
committed
Release version 2.1.1
1 parent d9de3ea commit f0ff5a9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [2.1.1] - 2017-04-11
6+
### Changed
7+
- Better handling of possibly null targets. Thanks @idirouhab!
8+
- Better handling of possibly null rules.
9+
510
## [2.1.0] - 2017-03-23
611
### Changed
712
- Allow FeatureRequester to be injected into the client. Thanks @abacaphiliac!
@@ -51,4 +56,4 @@ All notable changes to the LaunchDarkly PHP SDK will be documented in this file.
5156
- The `toggle` call has been deprecated in favor of `variation`.
5257

5358
### Removed
54-
- The `getFlag` function has been removed.
59+
- The `getFlag` function has been removed.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class LDClient {
1212
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
13-
const VERSION = '2.1.0';
13+
const VERSION = '2.1.1';
1414

1515
/** @var string */
1616
protected $_sdkKey;

0 commit comments

Comments
 (0)