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

Commit 2606d6a

Browse files
committed
Update version to 2.0.9
1 parent b8d9afb commit 2606d6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.9] - 2017-01-24
6+
### Changed
7+
- StreamProcessor uses the proxy configuration specified by LDConfig.
8+
59
## [2.0.8] - 2016-12-22
610
### Changed
711
- Better handling of null default values.
@@ -48,4 +52,4 @@ All notable changes to the LaunchDarkly Java SDK will be documented in this file
4852

4953
### Removed
5054
- The `getFlag` call has been removed.
51-
- The `debugStreaming` configuration option has been removed.
55+
- The `debugStreaming` configuration option has been removed.

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

0 commit comments

Comments
 (0)