diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a2a84..dc4942e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.10.2 (2026-05-03) + +### Bug Fixes + +- Add sender_email to UserSmtpConfig to fix SMTP From header (501 bad sender address) + ([`a21e2f7`](https://github.com/christianlouis/InboxConverge/commit/a21e2f7df62ef79271efab172a88d1ead06bfe67)) + + ## v0.10.1 (2026-05-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 0ba2d54..baec0f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.10.1" +version = "0.10.2" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"