Skip to content

Commit 80b3bfb

Browse files
committed
Release of 2.1.0
1 parent 997881d commit 80b3bfb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2025-08-05
11+
12+
### Fixed
13+
- PTHMINT-78: Avoid duplicate taxes when checkout options is autogenerated
14+
- PTHMINT-77: Add AddressParser
15+
-
16+
### Changed
17+
- PTHMINT-81: Change the tax_rate_percentage to integer
18+
1019
## [2.0.0] - 2025-07-17
1120

1221
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Multisafepay <integration@multisafepay.com>"]
33
description = "Multisafepay API wrapper"
44
license = "OSL-3.0"
55
name = "multisafepay"
6-
version = "2.0.0"
6+
version = "2.1.0"
77
readme = "README.md"
88
repository = "https://github.com/MultiSafepay/python-sdk"
99
homepage = "https://multisafepay.com"

0 commit comments

Comments
 (0)