diff --git a/CHANGELOG.md b/CHANGELOG.md index 4080676..0674012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] - 2025-08-05 + +### Added +- PTHMINT-77: Add AddressParser + +### Fixed +- PTHMINT-78: Avoid duplicate taxes when checkout options is autogenerated + +### Changed +- PTHMINT-81: Change the tax_rate_percentage to integer + ## [2.0.0] - 2025-07-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index a7185a7..3c127e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = ["Multisafepay "] description = "Multisafepay API wrapper" license = "OSL-3.0" name = "multisafepay" -version = "2.0.0" +version = "2.1.0" readme = "README.md" repository = "https://github.com/MultiSafepay/python-sdk" homepage = "https://multisafepay.com"