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 6847a44 commit 208b9f8Copy full SHA for 208b9f8
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.6] - 2017-02-07
6
+### Changed
7
+- Use minimum versions in composer.json
8
+
9
## [2.0.5] - 2017-02-03
10
### Changed
11
- Made Monolog dependency version less strict
VERSION
@@ -1 +1 @@
1
-2.0.5
+2.0.6
src/LaunchDarkly/LDClient.php
@@ -10,7 +10,7 @@
*/
class LDClient {
12
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
13
- const VERSION = '2.0.5';
+ const VERSION = '2.0.6';
14
15
/** @var string */
16
protected $_sdkKey;
0 commit comments