Skip to content

Commit 9fe5c95

Browse files
chore(release): bump version to 3.0.0
1 parent 7986dd3 commit 9fe5c95

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v3.0.0 (2026-03-05)
6+
7+
### Features
8+
9+
- Add proper pagination
10+
([`7986dd3`](https://github.com/rameezk/finwise-python/commit/7986dd329fc9b0a6b3ba437e6d18012218adc31e))
11+
12+
513
## v2.1.0 (2026-03-05)
614

715
### Bug Fixes

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 = "2.1.0"
7+
version = "3.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__ = "2.1.0"
3+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)