We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d72458 commit a0deaf3Copy full SHA for a0deaf3
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [2.0.2] - 2017-01-04
6
+### Changed
7
+- Better handling of null vs false when evaluating.
8
+
9
## [2.0.1] - 2016-11-09
10
### Added
11
- Monolog is now a required dependency
VERSION
@@ -1 +1 @@
1
-2.0.1
+2.0.2
src/LaunchDarkly/LDClient.php
@@ -10,7 +10,7 @@
*/
class LDClient {
12
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
13
- const VERSION = '2.0.1';
+ const VERSION = '2.0.2';
14
15
/** @var string */
16
protected $_sdkKey;
0 commit comments