Skip to content

Commit 96e5f62

Browse files
committed
docs: Update changelog
1 parent 23ce78f commit 96e5f62

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ We [keep a changelog.](http://keepachangelog.com/)
44

55
## [Unreleased]
66

7+
## [1.6.0] - 2026-04-XX
8+
79
### Security
810

911
- **CWE-22 (Prevented Path Traversal):** Prevented vulnerabilities by enforcing strict URL encoding (`urllib.parse.quote`) on all dynamically injected path parameters (`id` and `action_id`).
@@ -68,6 +70,7 @@ We [keep a changelog.](http://keepachangelog.com/)
6870
### Pull Requests Merged
6971

7072
- [PR_125](https://github.com/mailjet/mailjet-apiv3-python/pull/125) - Refactor client.
73+
- [PR_128](https://github.com/mailjet/mailjet-apiv3-python/pull/128) - Release 1.6.0.
7174

7275
## [1.5.1] - 2025-07-14
7376

@@ -255,4 +258,5 @@ We [keep a changelog.](http://keepachangelog.com/)
255258
[1.4.0]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.4.0
256259
[1.5.0]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.5.0
257260
[1.5.1]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.5.1
258-
[unreleased]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.5.1...HEAD
261+
[1.6.0]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.6.0
262+
[unreleased]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.6.0...HEAD

0 commit comments

Comments
 (0)