Skip to content

Bump version to 2.0.1 and update changelog #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 37 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## `2.0.0` - 2025-07-24
## `2.0.1` - 2025-07-25

#### πŸš€ Major Changes

Expand All @@ -20,58 +20,82 @@

---

## `1.0.0` - 07/05/2023
## `1.0.0` - 2023-07-10

#### Added

- PR-#87: Add Magic Connect Admin SDK support for Token Resource [#111](https://github.com/magiclabs/magic-admin-js/pull/111) ([@magic-ravi](https://github.com/magic-ravi))
- [Security Enhancement]: Validate `aud` using Magic client ID.
- Pull client ID from Magic servers if not provided in constructor.

## `0.3.3` - 05/02/2023
## `0.3.3` - 2023-05-02

#### Changed

- PR-#77: Removing NFT functionality, clients will interact with the NFT API directly via API calls.

## `0.3.2` - 03/21/2023
## `0.3.2` - 2023-03-24

#### Added

- PR-#69: Patch bad formatting of request

## `0.3.1` - 03/21/2023
## `0.3.1` - 2023-03-24

#### Added

- PR-#67: Patch module not found fixed for new nft module
- PR-#67: Patch module not found fixed for new NFT module.

## `0.3.0` - 03/20/2023
## `0.3.0` - 2023-03-23

#### Added

- PR-#66: Create paths for minting an NFT through magic delivery service.
- PR-#66: Create paths for minting an NFT through Magic delivery service.

## `0.2.0` - 1/04/2023
## `0.2.0` - 2023-03-16

#### Added

- PR-#50: Split up DIDTokenError into DIDTokenExpired, DIDTokenMalformed, and DIDTokenInvalid.

## `0.1.0` - 11/30/2022
## `0.1.0` - 2023-03-16

#### Added

- PR-#46: Support mult-chain wallets in get_metadata calls
- PR-#46: Support multi-chain wallets in get_metadata calls

## `0.0.5` - 06/23/2021
## `0.0.5` - 2021-06-23

#### Fixed

- <PR-#34> Relax dependency version requirement constraints

## `0.0.4` - 04/23/2020
## `0.0.4` - 2020-04-24

#### Changed

- PR-#14: Update external document link.

## `0.0.3` - 2020-04-18

#### Added

- Initial release for 0.0.3. (No details available.)

## `0.0.2` - 2020-04-12

#### Added

- Initial release for 0.0.2. (No details available.)

## `0.0.1` - 2020-04-12

#### Added

- Initial release for 0.0.1. (No details available.)

## `0.0.0.0` - 2020-04-12

#### Added

- Initial release for 0.0.0.0. (No details available.)
2 changes: 1 addition & 1 deletion magic_admin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.0.0"
VERSION = "2.0.1"
Loading