From 89ebdd2b79ae32969a5b2457836a26820ba9b320 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 3 May 2026 20:26:18 +0000 Subject: [PATCH] 0.9.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7443bd0..bcff43d 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.9.1 (2026-05-03) + +### Bug Fixes + +- Add separate sender/recipient email fields for SMTP notification channel + ([`c3e608d`](https://github.com/christianlouis/InboxConverge/commit/c3e608d82fc8d7459ca02865700ba99283cf348b)) + + ## v0.9.0 (2026-05-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 89faca6..28e0a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.9.0" +version = "0.9.1" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"