diff --git a/CHANGELOG.md b/CHANGELOG.md index c6108e8..4080676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2025-07-17 + +### Added +- PTHMINT-76: Improve coding standards +- PTHMINT-74: Encode dynamic path segment + +### Removed +- PTHMINT-72: Drop support for Python 3.8 +- PTHMINT-75: Remove unsupported attributes in delivery object + ## [1.0.1] - 2025-04-23 ### Added diff --git a/pyproject.toml b/pyproject.toml index 80b9093..a7185a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = ["Multisafepay "] description = "Multisafepay API wrapper" license = "OSL-3.0" name = "multisafepay" -version = "1.0.1" +version = "2.0.0" readme = "README.md" repository = "https://github.com/MultiSafepay/python-sdk" homepage = "https://multisafepay.com"