added changelog to readme

This commit is contained in:
2025-04-22 22:27:37 -05:00
parent 8f5b86c202
commit 278b24ed07
2 changed files with 5 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ A Django email backend for Amazon Simple Email Service (SES), featuring bounce a
- [Viewing SES Statistics](#viewing-ses-statistics52)
- [Debugging and Error Handling](#debugging-and-error-handling)
- [Rate Limiting and Throttling](#rate-limiting-and-throttling)
- [Changelog](#changelog)
- [Contributors](#contributors)
- [License](#license)
- [PyPI Distribution](#pypi-distribution)
@@ -294,6 +295,9 @@ unsubscribe_url = addon.unsubscribe_url_generator()
- Specify desired sending rate and daily quota.
- Docs: https://docs.aws.amazon.com/ses/latest/dg/manage-sending-limits.html
## Changelog
For a detailed list of changes, improvements, and fixes across versions, see [CHANGELOG.md](CHANGELOG.md).
## Contributors
Developed by the ZeeksGeeks team. See CONTRIBUTORS.md for individual contributors and their roles.