diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e7f71..dbb077a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.10.3 (2026-05-03) + + ## [Unreleased] ### Fixed diff --git a/pyproject.toml b/pyproject.toml index baec0f6..7686363 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.10.2" +version = "0.10.3" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"