Skip to content

Commit 4c91570

Browse files
chore(release): bump version to 1.1.2
1 parent c70346f commit 4c91570

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.1.2 (2026-01-08)
6+
7+
### Bug Fixes
8+
9+
- Package should match pypi project
10+
([`e728290`](https://github.com/rameezk/finwise-python/commit/e72829044770e33094f344ff4b41575d41459808))
11+
12+
### Documentation
13+
14+
- Update readme
15+
([`c70346f`](https://github.com/rameezk/finwise-python/commit/c70346f70a98a97ab385340149acba7cf0580d3d))
16+
17+
518
## v1.1.1 (2026-01-08)
619

720
### 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 = "1.1.1"
7+
version = "1.1.2"
88
description = "Python SDK for the FinWise API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

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.1.1"
3+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)