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' } ```