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

Commit 232c8b0

Browse files
author
Dan Richelson
committed
Update version to 2.0.6
1 parent 84b025f commit 232c8b0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.6] - 2016-11-21
6+
### Changed
7+
- RedisFeatureStore: Update Jedis dependency. Improved thread/memory management.
58

69
## [2.0.5] - 2016-11-09
710
### Changed

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.4</version>
14+
<version>2.0.6</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.6-SNAPSHOT"
22+
version = "2.0.6"
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525
}

0 commit comments

Comments
 (0)