File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v2.0.0 (2026-03-05)
6+
7+ ### Bug Fixes
8+
9+ - Align SDK with actual API behavior
10+ ([ ` f1e44e9 ` ] ( https://github.com/rameezk/finwise-python/commit/f1e44e92cf14c5daf0a8a88224f01009da9f4dfc ) )
11+
12+ ### Continuous Integration
13+
14+ - Disable flakehub cache
15+ ([ ` 9a2e742 ` ] ( https://github.com/rameezk/finwise-python/commit/9a2e7424ce7239b54898cadc6f5510a4e3f26fc0 ) )
16+
17+ - Fix permissions
18+ ([ ` 23cbda2 ` ] ( https://github.com/rameezk/finwise-python/commit/23cbda2559a22f4ceed436e98597f1efa700683a ) )
19+
20+
521## v1.4.0 (2026-01-09)
622
723### Continuous Integration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " finwise-python"
7- version = " 1.4 .0"
7+ version = " 2.0 .0"
88description = " Unofficial Python SDK for the FinWise API"
99readme = " README.md"
1010requires-python = " >=3.11"
Original file line number Diff line number Diff line change 11"""Version information."""
22
3- __version__ = "1.4 .0"
3+ __version__ = "2.0 .0"
You can’t perform that action at this time.
0 commit comments