From be46cc890a121901625d38cb2bda3ccb52c21b98 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 31 Jan 2017 18:30:04 -0300 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0da74978..755970235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.5.0](https://github.com/auth0/Auth0.Android/tree/1.5.0) (2017-01-31) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.4.0...1.5.0) + +**Added** +- Log a warning message when using non-OIDC endpoints in OIDC mode [\#70](https://github.com/auth0/Auth0.Android/pull/70) ([lbalmaceda](https://github.com/lbalmaceda)) +- Refresh auth using /oauth/token refresh_token grant (OIDC mode) [\#68](https://github.com/auth0/Auth0.Android/pull/68) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Fixed** +- Fix JavaDoc errors and warnings [\#72](https://github.com/auth0/Auth0.Android/pull/72) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.4.0](https://github.com/auth0/Auth0.Android/tree/1.4.0) (2017-01-02) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.3.0...1.4.0) diff --git a/README.md b/README.md index dec8c02cd..3842ceb86 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 { - compile 'com.auth0.android:auth0:1.4.0' + compile 'com.auth0.android:auth0:1.5.0' } ```