diff --git a/CHANGELOG.md b/CHANGELOG.md index fed7a4f..bf1d527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 1.0.5 + +* Update dependencies +* Fix bugs #55, #38 + ## Version 1.0.4 * Update dependencies diff --git a/README.md b/README.md index 49f7224..030000e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The lib is available on jCenter. Add the following to your `build.gradle`: ```groovy dependencies { - compile 'com.patloew.rxlocation:rxlocation:1.0.4' + compile 'com.patloew.rxlocation:rxlocation:1.0.5' compile 'com.google.android.gms:play-services-location:15.0.0' } ```