Skip to content

Commit 247d2f4

Browse files
authored
Release 1.6.0 (#29)
* docs: Update changelog
1 parent fbec6d8 commit 247d2f4

2 files changed

Lines changed: 6 additions & 2 deletions

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-01-08
8+
79
### Added
810

911
- Add Keys and Domain Keys API endpoints:
@@ -52,6 +54,7 @@ We [keep a changelog.](http://keepachangelog.com/)
5254
### Pull Requests Merged
5355

5456
- [PR_27](https://github.com/mailgun/mailgun-python/pull/27) - Add Keys and Domain Keys API endpoints
57+
- [PR_29](https://github.com/mailgun/mailgun-python/pull/29) - Release v1.6.0
5558

5659
## [1.5.0] - 2025-12-11
5760

@@ -270,4 +273,5 @@ We [keep a changelog.](http://keepachangelog.com/)
270273
[1.3.0]: https://github.com/mailgun/mailgun-python/releases/tag/v1.3.0
271274
[1.4.0]: https://github.com/mailgun/mailgun-python/releases/tag/v1.4.0
272275
[1.5.0]: https://github.com/mailgun/mailgun-python/releases/tag/v1.5.0
273-
[unreleased]: https://github.com/mailgun/mailgun-python/compare/v1.5.0...HEAD
276+
[1.6.0]: https://github.com/mailgun/mailgun-python/releases/tag/v1.6.0
277+
[unreleased]: https://github.com/mailgun/mailgun-python/compare/v1.6.0...HEAD

mailgun/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)