Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 3e48cba

Browse files
author
Dan Richelson
committed
Update version to 2.0.8
1 parent 80b4185 commit 3e48cba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33

44
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
5+
## [2.0.8] - 2016-12-22
6+
### Changed
7+
- Better handling of null default values.
8+
59
## [2.0.7] - 2016-12-21
610
### Changed
711
- allFlags() method on client no longer returns null when client is in offline mode.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Quick setup
1111
<dependency>
1212
<groupId>com.launchdarkly</groupId>
1313
<artifactId>launchdarkly-client</artifactId>
14-
<version>2.0.7</version>
14+
<version>2.0.8</version>
1515
</dependency>
1616

1717
1. Import the LaunchDarkly package:

0 commit comments

Comments
 (0)