diff --git a/CHANGELOG.md b/CHANGELOG.md index df54032..ea6ed56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.7.0](https://github.com/auth0/Guardian.Android/tree/0.6.0) (2023-11-01) +[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.6.0...0.7.0) + +**Changed** +- Add support for transaction linking id +- Add support for custom domain + ## [0.6.0](https://github.com/auth0/Guardian.Android/tree/0.6.0) (2021-06-01) [Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.5.0...0.6.0) diff --git a/README.md b/README.md index 6f92ea2..adafbfa 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ GuardianSDK is available both in [Maven Central](http://search.maven.org) and To start using *GuardianSDK* add these lines to your `build.gradle` dependencies file: ```gradle -implementation 'com.auth0.android:guardian:0.6.0' +implementation 'com.auth0.android:guardian:0.7.0' ``` ## Usage