Skip to content

Commit

Permalink
Release version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arun251 committed Jun 19, 2017
1 parent d69045a commit 9ca5ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-android-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9ca5ddf

Please sign in to comment.