Skip to content

Commit 8292d6e

Browse files
chore(release): bump version to 1.1.3
1 parent 9683d8f commit 8292d6e

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.1.3 (2026-01-09)
6+
7+
### Documentation
8+
9+
- Add contributing.md
10+
([`900ed2f`](https://github.com/rameezk/finwise-python/commit/900ed2f25a82e6cb8d6cce75ffbfbe317e890903))
11+
12+
- Add issue templates
13+
([`2db057e`](https://github.com/rameezk/finwise-python/commit/2db057e3100787ef70c27521fd3cbe218c084709))
14+
15+
- Update readme
16+
([`9683d8f`](https://github.com/rameezk/finwise-python/commit/9683d8f1fc5d251a8fd5f8c530c0da4aa2e6d252))
17+
18+
- Update readme
19+
([`380c2d9`](https://github.com/rameezk/finwise-python/commit/380c2d9624f240c67da1bd85beb50abe4b42450c))
20+
21+
- Update readme
22+
([`cd5a86d`](https://github.com/rameezk/finwise-python/commit/cd5a86d3ec903c968447fb7b7e05a683cebddc23))
23+
24+
525
## v1.1.2 (2026-01-08)
626

727
### 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.2"
7+
version = "1.1.3"
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.2"
3+
__version__ = "1.1.3"

0 commit comments

Comments
 (0)