Skip to content

Commit fd78c05

Browse files
committed
docs: add SECURITY.md, bump to v0.7.25
1 parent b24a864 commit fd78c05

4 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
1111

1212
---
1313

14+
## [0.7.25] - 2026-03-05
15+
16+
### Added
17+
- `SECURITY.md`: security policy and vulnerability reporting guidelines
18+
19+
---
20+
1421
## [0.7.24] - 2026-03-05
1522

1623
### Added

SECURITY.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Only the latest release receives security fixes.
6+
7+
| Version | Supported |
8+
|---------|-----------|
9+
| 0.7.x (latest) | Yes |
10+
| < 0.7 | No |
11+
12+
## Reporting a Vulnerability
13+
14+
Email: mo@boxlink.net
15+
16+
Please do not open a public GitHub issue for security vulnerabilities.
17+
18+
Include:
19+
- Description of the vulnerability
20+
- Steps to reproduce
21+
- Potential impact
22+
23+
You will receive a response within 48 hours.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kwtsms"
3-
version = "0.7.24"
3+
version = "0.7.25"
44
description = "Python client for kwtSMS, the Kuwait SMS gateway trusted by top businesses to deliver messages worldwide, with private Sender ID, free API testing, and non-expiring credits."
55
readme = "README.md"
66
requires-python = ">=3.8"

src/kwtsms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
__all__ = ["KwtSMS", "AsyncKwtSMS", "normalize_phone", "clean_message",
2424
"validate_phone_input", "parse_webhook"]
25-
__version__ = "0.7.24"
25+
__version__ = "0.7.25"

0 commit comments

Comments
 (0)