We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba1041 commit 84873edCopy full SHA for 84873ed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## `2.2.0` - 2026-02-06
2
+
3
+#### 🚀 New Features
4
5
+- **Added `get_metadata_by_email` to User resource**
6
+ - Enables retrieving user metadata using email address.
7
8
+---
9
10
## `2.1.3` - 2025-11-24
11
12
#### 🐛 Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "magic-admin"
-version = "2.1.3"
+version = "2.2.0"
description = "Magic Python Library"
readme = "README.md"
authors = [
0 commit comments