Skip to content

Commit d7a7c78

Browse files
committed
update changelog.md
1 parent 51e39c5 commit d7a7c78

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

CHANGELOG.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1-
## Upcoming Changes
1+
## `2.0.0` - 2025-07-25
22

3-
#### Fixed
3+
#### 🚀 Major Changes
44

5-
- <PR-#ISSUE> ...
5+
- **Python Version Support**: Updated minimum Python version to 3.11+
6+
- Dropped support for Python 3.10 and below
7+
- Development environment uses Python 3.13
68

7-
#### Changed
9+
#### 📦 Dependencies
810

9-
- <PR-#ISSUE> ...
11+
- Updated core dependencies: `web3` (6→7.12.1), `websockets` (10.0→15.0.1), `requests` (2.32.4)
12+
- Updated development dependencies: `pre-commit` (3.7.0→4.2.0), `pytest` (8.4.1), `coverage` (7.9.2)
1013

11-
#### Added
14+
#### 🔧 Improvements
1215

13-
- <PR-#ISSUE> ...
14-
15-
## `1.2.0` - 04/16/2024
16-
17-
#### Changed
18-
19-
- Support for up to python 3.11:
20-
- Bump web3 dependencies, bump some dev dependencies.
21-
- Replace deprecated eth_account methods on the account recovery.
22-
- Bump websockets to 10.0 to support python 3.10+
16+
- Fixed pre-commit hook compatibility issues
17+
- Improved test coverage and multi-version testing
18+
- Enhanced documentation and development workflow
19+
- Updated all configuration files for Python 3.11+ support
2320

21+
---
2422

2523
## `1.0.0` - 07/05/2023
2624

@@ -30,14 +28,12 @@
3028
- [Security Enhancement]: Validate `aud` using Magic client ID.
3129
- Pull client ID from Magic servers if not provided in constructor.
3230

33-
3431
## `0.3.3` - 05/02/2023
3532

3633
#### Changed
3734

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

40-
4137
## `0.3.2` - 03/21/2023
4238

4339
#### Added

0 commit comments

Comments
 (0)