diff --git a/CHANGELOG.md b/CHANGELOG.md index 918fd7c..fb14a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to `django_aws_ses` will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.0.2] - 2025-04-22 +### Added +- Added CHANGELOG.md + ## [0.1.0.1] - 2025-04-22 ### Added - Comprehensive installation steps in `README.md`, covering PyPI, and dependency options (`dev`, `dkim`). @@ -28,6 +32,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Notes - Initial release tested with Django 3.2+ and Python 3.6+. - Successfully deployed to TestPyPI for validation. - -[0.1.1]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/compare/0.1.0...0.1.1 +[0.1.0.2]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/compare/0.1.0.1...0.1.0.2 +[0.1.0.1]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/compare/0.1.0...0.1.0.1 [0.1.0]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/releases/tag/0.1.0 \ No newline at end of file