Skip to content

Commit 76e9a5d

Browse files
authored
PTHMINT-61: Add CHANGELOG.md (#4)
1 parent 00cca17 commit 76e9a5d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)