Skip to content

Commit e2b310e

Browse files
committed
Update version to 2.0.1
1 parent d2d2aa6 commit e2b310e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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).
5+
6+
## [2.0.1] - 2017-04-28
7+
### Fixed
8+
- The `Future<LDClient>` returned from `LDClient.init` now also waits for the feature flag rules to be retrieved.
9+
510
## [2.0.0] - 2017-04-10
611
### Added
712
- More configurable flag update mechanisms including the ability to disable streaming. See README.md for details.
@@ -26,4 +31,4 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this f
2631
- Updated GSON and okhttp-eventsource dependencies
2732

2833
## [1.0.0] - 2016-09-29
29-
- First release of Android SDK.
34+
- First release of Android SDK.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check out the included example app, or follow things here:
88
1. Declare this dependency:
99

1010
```
11-
compile 'com.launchdarkly:launchdarkly-android-client:2.0.0'
11+
compile 'com.launchdarkly:launchdarkly-android-client:2.0.1'
1212
```
1313
1. In your application configure and initialize the client:
1414

launchdarkly-android-client/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'com.getkeepsafe.dexcount'
77

88
allprojects {
99
group = 'com.launchdarkly'
10-
version = '2.0.0'
10+
version = '2.0.1'
1111
sourceCompatibility = 1.7
1212
targetCompatibility = 1.7
1313
}
@@ -159,4 +159,4 @@ uploadArchives {
159159
}
160160
}
161161
}
162-
}
162+
}

0 commit comments

Comments
 (0)