From 9ca5ddf5587ae9381a003e3a820cc66c8e0db0c8 Mon Sep 17 00:00:00 2001 From: Arun Bhalla Date: Sun, 18 Jun 2017 22:31:33 -0700 Subject: [PATCH] Release version 2.0.5 --- CHANGELOG.md | 4 ++++ launchdarkly-android-client/build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659ab95a..523b5ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.0.5] - 2017-06-18 +### Fixed +- Potential `ConcurrentModificationException` with `LDClient#unregisterFeatureFlagListener` + ## [2.0.4] - 2017-05-26 ### Changed - Modified default and minimum background polling intervals. diff --git a/launchdarkly-android-client/build.gradle b/launchdarkly-android-client/build.gradle index 043f1ced..1d64e475 100644 --- a/launchdarkly-android-client/build.gradle +++ b/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 targetCompatibility = 1.7 }