Skip to content

Commit 1811dca

Browse files
committed
bump version and adds changelog
1 parent 7cb1963 commit 1811dca

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## `2.4.0` - 2026-05-06
2+
3+
#### 🚀 New Features
4+
5+
- **Added optional `provider` argument to `get_metadata_by_email`**
6+
- Enables explicitly targeting OAuth users by provider when an email user with the same email also exists
7+
- Example: `get_metadata_by_email(email, provider="google")`
8+
9+
---
10+
111
## `2.3.0` - 2026-04-14
212

313
#### 🚀 New Features

magic_admin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.3.0"
1+
VERSION = "2.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "magic-admin"
7-
version = "2.3.0"
7+
version = "2.4.0"
88
description = "Magic Python Library"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)