diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f92ff121..90c13da6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [2.8.0](https://github.com/auth0/Lock.Android/tree/2.8.0) (2017-10-19) +[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.7.0...2.8.0) +**Closed issues** +- Cannot navigate social login buttons using gamepad on Android TV [\#443](https://github.com/auth0/Lock.Android/issues/443) + +**Added** +- Add RTL support [\#445](https://github.com/auth0/Lock.Android/pull/445) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Fixed** +- Fix ValidatedInputView border color on focus change [\#446](https://github.com/auth0/Lock.Android/pull/446) ([lbalmaceda](https://github.com/lbalmaceda)) +- Fix non touchscreen navigation [\#444](https://github.com/auth0/Lock.Android/pull/444) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [2.7.0](https://github.com/auth0/Lock.Android/tree/2.7.0) (2017-07-19) [Full Changelog](https://github.com/auth0/Lock.Android/compare/2.6.0...2.7.0) diff --git a/README.md b/README.md index 2c20b5832..057c521be 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Android API Level 15+ is required in order to use Lock's UI. Lock is available both in [Maven Central](http://search.maven.org) and [JCenter](https://bintray.com/bintray/jcenter). To start using *Lock* add these lines to your `build.gradle` dependencies file: ```gradle -compile 'com.auth0.android:lock:2.7.0' +compile 'com.auth0.android:lock:2.8.0' ``` ## Usage