diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cf941..15bc4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.11.0](https://github.com/auth0/Guardian.Android/tree/0.11.0) (2026-07-23) +[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.10.2...0.11.0) + +**Changed** +- Handle case where consent client is created with an /appliance-mfa url (see [PR](https://github.com/auth0/Guardian.Android/pull/138)) +- Bump com.auth0:java-jwt to 4.6.0 and pin com.fasterxml.jackson:jackson-bom to 2.22.1 to fix CVEs (see [PR](https://github.com/auth0/Guardian.Android/pull/146)) + ## [0.10.2](https://github.com/auth0/Guardian.Android/tree/0.10.2) (2025-08-08) [Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.10.1...0.10.2)