Skip to content

Commit 63f08c7

Browse files
committed
Release version 2.0.7
1 parent fb358fa commit 63f08c7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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 Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.0.7] - 2017-03-03
6+
### Changed
7+
- Removed warning when calling `allFlags` via `LDDFeatureRequester`
8+
- Removed warning when a feature flag's prerequisites happen to be null
9+
510
## [2.0.6] - 2017-02-07
611
### Changed
712
- Use minimum versions in composer.json

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.6
1+
2.0.7

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

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

0 commit comments

Comments
 (0)