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 ea7b962 commit 3125691Copy full SHA for 3125691
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.4] - 2017-01-26
6
+### Changed
7
+- Made Composer requirements less strict
8
+
9
## [2.0.3] - 2017-01-05
10
### Changed
11
- Fixed botched 2.0.2 release: Better handling of null vs false when evaluating.
VERSION
@@ -1 +1 @@
1
-2.0.3
+2.0.4
src/LaunchDarkly/LDClient.php
@@ -10,7 +10,7 @@
*/
class LDClient {
12
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
13
- const VERSION = '2.0.3';
+ const VERSION = '2.0.4';
14
15
/** @var string */
16
protected $_sdkKey;
0 commit comments