From cea89804a60b385e48a6a1e99da3ef793d9f9058 Mon Sep 17 00:00:00 2001
From: andy317 <129303424+andy317fe301f8c7@users.noreply.github.com>
Date: Thu, 20 Mar 2025 11:21:43 -0400
Subject: [PATCH 1/2] Release 0.10.1
---
.version | 2 +-
app/src/main/AndroidManifest.xml | 6 ------
guardian/build.gradle | 1 -
3 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/.version b/.version
index 2774f85..71172b4 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.10.0
\ No newline at end of file
+0.10.1
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 755a771..7b10f9f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -40,12 +40,6 @@
-
-
-
-
Date: Thu, 20 Mar 2025 14:08:49 -0400
Subject: [PATCH 2/2] Update changelog
---
CHANGELOG.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a04618..2d6c945 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [0.10.1](https://github.com/auth0/Guardian.Android/tree/0.10.1) (2025-03-20)
+[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.10.0...0.10.1)
+
+**Changed**
+- Fix issue with unspecified dependency
+
## [0.10.0](https://github.com/auth0/Guardian.Android/tree/0.10.0) (2025-03-19)
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.9.0...0.10.0)