diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb1722..acd3a7f 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.4.5 (2026-03-28) + +### Bug Fixes + +- **ci**: Replace safety scan with pip-audit to fix CI EOF error + ([`8152635`](https://github.com/christianlouis/InboxConverge/commit/8152635238ab4167dc3c63b31b4d54d85ace76a2)) + + ## [Unreleased] ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 4fafb25..4b92b86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.4.4" +version = "0.4.5" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"