Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arun251 committed Apr 28, 2017
1 parent d2d2aa6 commit e2b310e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@


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.1] - 2017-04-28
### Fixed
- The `Future<LDClient>` returned from `LDClient.init` now also waits for the feature flag rules to be retrieved.

## [2.0.0] - 2017-04-10
### Added
- More configurable flag update mechanisms including the ability to disable streaming. See README.md for details.
Expand All @@ -26,4 +31,4 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this f
- Updated GSON and okhttp-eventsource dependencies

## [1.0.0] - 2016-09-29
- First release of Android SDK.
- First release of Android SDK.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Check out the included example app, or follow things here:
1. Declare this dependency:

```
compile 'com.launchdarkly:launchdarkly-android-client:2.0.0'
compile 'com.launchdarkly:launchdarkly-android-client:2.0.1'
```
1. In your application configure and initialize the client:

Expand Down
4 changes: 2 additions & 2 deletions launchdarkly-android-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'com.getkeepsafe.dexcount'

allprojects {
group = 'com.launchdarkly'
version = '2.0.0'
version = '2.0.1'
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
Expand Down Expand Up @@ -159,4 +159,4 @@ uploadArchives {
}
}
}
}
}

0 comments on commit e2b310e

Please sign in to comment.