From 37c545719148e224e9b8ba060892498ea871779a Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 5 Jun 2018 11:28:41 -0300 Subject: [PATCH] Release 1.13.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e76c0a4a..09c2a8a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.13.0](https://github.com/auth0/Auth0.Android/tree/1.13.0) (2018-06-05) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.12.2...1.13.0) + +**Added** +- Allow SSO error to go through [\#161](https://github.com/auth0/Auth0.Android/pull/161) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add support for MFA using OIDC conformant endpoints [\#146](https://github.com/auth0/Auth0.Android/pull/146) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.12.2](https://github.com/auth0/Auth0.Android/tree/1.12.2) (2018-03-19) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.12.1...1.12.2) diff --git a/README.md b/README.md index 31a8abb1e..bcb2e5c4c 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.12.2' + compile 'com.auth0.android:auth0:1.13.0' } ```