diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfcae171..b7df63bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.12.0](https://github.com/auth0/Auth0.Android/tree/1.12.0) (2017-11-17) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.11.0...1.12.0) + +**Added** +- Add support for TLS1.2 on pre-lollipop devices. [\#128](https://github.com/auth0/Auth0.Android/pull/128) ([dj-mal](https://github.com/dj-mal)) + ## [1.11.0](https://github.com/auth0/Auth0.Android/tree/1.11.0) (2017-10-17) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.10.1...1.11.0) diff --git a/README.md b/README.md index b5d3b3e1d..d19cf7c0d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it, ```gradle dependencies { - compile 'com.auth0.android:auth0:1.11.0' + compile 'com.auth0.android:auth0:1.12.0' } ```