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

Commit 1ebc700

Browse files
authored
Merge pull request #8 from launchdarkly/pk/release-2.2.3
prepare to release 2.2.3
2 parents 1edfd51 + 817208c commit 1ebc700

File tree

2 files changed

+6
-2
lines changed

2 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.2.3] - 2017-05-10
7+
### Fixed
8+
- Fixed issue where stream connection failed to fully establish
9+
610
## [2.2.2] - 2017-05-05
711
### Fixed
812
- In Java 7, connections to LaunchDarkly are now possible using TLSv1.1 and/or TLSv1.2

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
allprojects {
2121
group = 'com.launchdarkly'
22-
version = "2.2.2"
22+
version = "2.2.3"
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525
}
@@ -30,7 +30,7 @@ dependencies {
3030
compile "com.google.guava:guava:19.0"
3131
compile "joda-time:joda-time:2.9.3"
3232
compile "org.slf4j:slf4j-api:1.7.21"
33-
compile group: "com.launchdarkly", name: "okhttp-eventsource", version: "1.3.1", changing: true
33+
compile group: "com.launchdarkly", name: "okhttp-eventsource", version: "1.3.2", changing: true
3434
compile "redis.clients:jedis:2.9.0"
3535
testCompile "org.easymock:easymock:3.4"
3636
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)