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

Commit 4a059ef

Browse files
author
Dan Richelson
committed
release 2.0.3
1 parent 80166b3 commit 4a059ef

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
@@ -3,6 +3,10 @@
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).
55

6+
## [2.0.3] - 2016-10-10
7+
### Added
8+
- StreamingProcessor now supports increasing retry delays with jitter. Addresses [https://github.com/launchdarkly/java-client/issues/74[(https://github.com/launchdarkly/java-client/issues/74)
9+
610
## [2.0.2] - 2016-09-13
711
### Added
812
- Now publishing artifact with 'all' classifier that includes SLF4J for ColdFusion or other systems that need it.

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.2</version>
14+
<version>2.0.3</version>
1515
</dependency>
1616

1717
1. Import the LaunchDarkly package:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
allprojects {
2121
group = 'com.launchdarkly'
22-
version = "2.0.2"
22+
version = "2.0.3"
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525
}

0 commit comments

Comments
 (0)