We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cca17 commit 76e9a5dCopy full SHA for 76e9a5d
CHANGELOG.md
@@ -0,0 +1,26 @@
1
+# Changelog
2
+
3
+All notable changes to the MultiSafepay Python SDK will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
10
+## [1.0.0rc1] - 2025-04-21
11
12
+### Added
13
+- Initial release candidate
14
+- Core API functionality
15
+- Support for payment methods
16
+- Order creation and management
17
+- Transaction handling
18
+- Webhook support
19
+- Comprehensive test suite
20
+- Type hints and documentation
21
+- Dependencies:
22
+ - Python >=3.8,<3.14
23
+ - requests ^2.32.3
24
+ - toml ^0.10.2
25
+ - pydantic ^1.10.0
26
+ - python-dotenv ^1.0.1
0 commit comments