Skip to content

Commit b0b75f0

Browse files
committed
Release version 2.1.2
1 parent ea88b72 commit b0b75f0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2] - 2017-04-27
6+
### Changed
7+
- Relaxed the requirement on `kevinrob/guzzle-cache-middleware` for the default `GuzzleFeatureRequester`.
8+
- Added package suggestions in `composer.json`.
9+
10+
### Fixed
11+
- Better handling of possibly null variations. Thanks @idirouhab!
12+
513
## [2.1.1] - 2017-04-11
614
### Changed
715
- Better handling of possibly null targets. Thanks @idirouhab!

VERSION

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

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.1';
13+
const VERSION = '2.1.2';
1414

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

0 commit comments

Comments
 (0)