From 6d7d0d70690f9b7132cc236aef62a4b67eda7467 Mon Sep 17 00:00:00 2001 From: Andy Jung Date: Fri, 31 Jul 2026 12:02:16 -0400 Subject: [PATCH] Create release 0.11.0 Add CHANGELOG entry for 0.11.0. The .version bump to 0.11.0 landed earlier in #144, and the artifact is already published to Maven Central. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)