From 01c64d381033e1cb2c5fefe4e258db4d9bd290b0 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 13 Oct 2020 10:34:44 -0300 Subject: [PATCH] Release 1.28.0 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cafac83..098563ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.28.0](https://github.com/auth0/Auth0.Android/tree/1.28.0) (2020-10-13) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.27.0...1.28.0) + +**Added** +- Accept a custom clock instance in both Credentials Managers [SDK-1973] [\#358](https://github.com/auth0/Auth0.Android/pull/358) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Fixed** +- Catch a gson JsonIOException when parsing SimpleRequest response [SDK-1981] [\#355](https://github.com/auth0/Auth0.Android/pull/355) ([quibi-jlk](https://github.com/quibi-jlk)) + ## [1.27.0](https://github.com/auth0/Auth0.Android/tree/1.27.0) (2020-09-25) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.26.0...1.27.0) diff --git a/README.md b/README.md index b8882a8e2..9e157d317 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it, ```gradle dependencies { - implementation 'com.auth0.android:auth0:1.26.1' + implementation 'com.auth0.android:auth0:1.28.0' } ```