Skip to content

Commit 1ce98ba

Browse files
chore(release): bump version to 2.0.0
1 parent f1e44e9 commit 1ce98ba

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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

pyproject.toml

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

55
[project]
66
name = "finwise-python"
7-
version = "1.4.0"
7+
version = "2.0.0"
88
description = "Unofficial Python SDK for the FinWise API"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/finwise/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.4.0"
3+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)