diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed95c6..5ba4678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## `2.2.1` - 2026-02-10 + +#### 🐛 Bug Fixes + +- **Fixed version.py to match package version** + - Updated `VERSION` constant to `2.2.1` + - Handled `WalletType` enum values for requests + +--- + ## `2.2.0` - 2026-02-06 #### 🚀 New Features diff --git a/magic_admin/version.py b/magic_admin/version.py index 4260069..3f755ed 100644 --- a/magic_admin/version.py +++ b/magic_admin/version.py @@ -1 +1 @@ -VERSION = "2.1.3" +VERSION = "2.2.1" diff --git a/pyproject.toml b/pyproject.toml index 746f985..9c4bee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "magic-admin" -version = "2.2.0" +version = "2.2.1" description = "Magic Python Library" readme = "README.md" authors = [