Skip to content

Commit d296123

Browse files
chore(release): bump version to 1.1.1
1 parent fda0a27 commit d296123

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+
## v1.1.1 (2026-01-08)
6+
7+
### Bug Fixes
8+
9+
- Disable attestations for PyPI publish
10+
([`fda0a27`](https://github.com/rameezk/finwise-python/commit/fda0a2709d15ff933857b31572593a6bf602118c))
11+
12+
513
## v1.1.0 (2026-01-08)
614

715
### Features

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"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Official 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.0"
3+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)