From 9187704bf953976336af5f3a387ec85efe9c3557 Mon Sep 17 00:00:00 2001 From: Marco Gil Date: Fri, 6 Feb 2026 10:00:27 +0100 Subject: [PATCH] Release of 2.2.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0674012..066fd90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2026-02-06 + +### Added +- PTHMINT-91: Implement Decimal precision for monetary calculations + +### Fixed +- PTHMINT-96: Webhook validation for payloads with Unicode characters +- PTHMINT-84: Fix type annotations consistency between fields and methods +- PTHMINT-90, PTHMINT-88, PTHMINT-87, PTHMINT-86, PTHMINT-52, PTHMINT-51: Fix code quality issues (ruff linting) + +### Changed +- PTHMINT-89: Improve import organization and structure + ## [2.1.0] - 2025-08-05 ### Added diff --git a/pyproject.toml b/pyproject.toml index db9ee05..f671aa7 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.1.0" +version = "2.2.0" readme = "README.md" repository = "https://github.com/MultiSafepay/python-sdk" homepage = "https://multisafepay.com"