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 59109b1 commit fac0b40Copy full SHA for fac0b40
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.5] - 2017-02-03
6
+### Changed
7
+- Made Monolog dependency version less strict
8
+
9
## [2.0.4] - 2017-01-26
10
### Changed
11
- Made Composer requirements less strict
VERSION
@@ -1 +1 @@
1
-2.0.4
+2.0.5
src/LaunchDarkly/LDClient.php
@@ -10,7 +10,7 @@
*/
class LDClient {
12
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
13
- const VERSION = '2.0.4';
+ const VERSION = '2.0.5';
14
15
/** @var string */
16
protected $_sdkKey;
0 commit comments