From 07be98ea46ca3c7460c034bf2ef5f54a591819a3 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Wed, 11 Nov 2020 18:09:36 -0300 Subject: [PATCH] Release 1.29.2 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e1bac04..d01fea3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.29.2](https://github.com/auth0/Auth0.Android/tree/1.29.2) (2020-11-11) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.29.1...1.29.2) + +**Fixed** +- Refactor: Move passwordless "invalid credentials" errors [\#373](https://github.com/auth0/Auth0.Android/pull/373) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.29.1](https://github.com/auth0/Auth0.Android/tree/1.29.1) (2020-11-10) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.29.0...1.29.1) diff --git a/README.md b/README.md index fbcd829d9..dc854b1d9 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 { - implementation 'com.auth0.android:auth0:1.29.1' + implementation 'com.auth0.android:auth0:1.29.2' } ```