Skip to content

Commit a0deaf3

Browse files
author
Dan Richelson
committed
Update version to 2.0.2
1 parent 5d72458 commit a0deaf3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.2] - 2017-01-04
6+
### Changed
7+
- Better handling of null vs false when evaluating.
8+
59
## [2.0.1] - 2016-11-09
610
### Added
711
- Monolog is now a required dependency

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.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.0.1';
13+
const VERSION = '2.0.2';
1414

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

0 commit comments

Comments
 (0)