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

Commit e4a8ca8

Browse files
committed
Release version 2.0.11
1 parent e7092ea commit e4a8ca8

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.11] - 2017-02-24
6+
### Changed
7+
- EventProcessor now respects the connect and socket timeouts configured with LDConfig.
8+
59
## [2.0.10] - 2017-02-06
610
### Changed
711
- Updated okhttp-eventsource dependency to bring in newer okhttp dependency

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.10"
22+
version = "2.0.11"
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525
}

0 commit comments

Comments
 (0)