Skip to content

Commit 7159696

Browse files
authored
Release of 2.0.0 (#27)
1 parent 1c77c0e commit 7159696

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.0] - 2025-07-17
11+
12+
### Added
13+
- PTHMINT-76: Improve coding standards
14+
- PTHMINT-74: Encode dynamic path segment
15+
16+
### Removed
17+
- PTHMINT-72: Drop support for Python 3.8
18+
- PTHMINT-75: Remove unsupported attributes in delivery object
19+
1020
## [1.0.1] - 2025-04-23
1121

1222
### 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 = "1.0.1"
6+
version = "2.0.0"
77
readme = "README.md"
88
repository = "https://github.com/MultiSafepay/python-sdk"
99
homepage = "https://multisafepay.com"

0 commit comments

Comments
 (0)