We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69045a commit 9ca5ddfCopy full SHA for 9ca5ddf
CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
5
6
+## [2.0.5] - 2017-06-18
7
+### Fixed
8
+- Potential `ConcurrentModificationException` with `LDClient#unregisterFeatureFlagListener`
9
+
10
## [2.0.4] - 2017-05-26
11
### Changed
12
- Modified default and minimum background polling intervals.
launchdarkly-android-client/build.gradle
@@ -8,7 +8,7 @@ apply plugin: 'io.codearte.nexus-staging'
allprojects {
group = 'com.launchdarkly'
- version = '2.0.4'
+ version = '2.0.5'
sourceCompatibility = 1.7
13
targetCompatibility = 1.7
14
}
0 commit comments