Skip to content

Commit 9ca5ddf

Browse files
committed
Release version 2.0.5
1 parent d69045a commit 9ca5ddf

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
@@ -3,6 +3,10 @@
33

44
All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [2.0.5] - 2017-06-18
7+
### Fixed
8+
- Potential `ConcurrentModificationException` with `LDClient#unregisterFeatureFlagListener`
9+
610
## [2.0.4] - 2017-05-26
711
### Changed
812
- Modified default and minimum background polling intervals.

launchdarkly-android-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'io.codearte.nexus-staging'
88

99
allprojects {
1010
group = 'com.launchdarkly'
11-
version = '2.0.4'
11+
version = '2.0.5'
1212
sourceCompatibility = 1.7
1313
targetCompatibility = 1.7
1414
}

0 commit comments

Comments
 (0)