Skip to content

Commit 208b9f8

Browse files
author
Dan Richelson
committed
Update Changelog, etc for 2.0.6
1 parent 6847a44 commit 208b9f8

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.6] - 2017-02-07
6+
### Changed
7+
- Use minimum versions in composer.json
8+
59
## [2.0.5] - 2017-02-03
610
### Changed
711
- Made Monolog dependency version less strict

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.5
1+
2.0.6

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.5';
13+
const VERSION = '2.0.6';
1414

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

0 commit comments

Comments
 (0)