diff --git a/CHANGELOG.md b/CHANGELOG.md index 831b01b23..6cca6a413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.3.0](https://github.com/auth0/Auth0.Android/tree/1.3.0) (2016-12-12) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.2.0...1.3.0) + +**Added** +- Allow to specify Audience parameter in the WebAuthProvider [\#49](https://github.com/auth0/Auth0.Android/pull/49) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Fixed** +- Generate and save State and Nonce variables for WebAuthProvider [\#50](https://github.com/auth0/Auth0.Android/pull/50) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.2.0](https://github.com/auth0/Auth0.Android/tree/1.2.0) (2016-11-30) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.1.2...1.2.0) diff --git a/README.md b/README.md index aae9977fa..2aa497513 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.2.0' + compile 'com.auth0.android:auth0:1.3.0' } ```