diff --git a/CHANGELOG.md b/CHANGELOG.md index 7edf652..4767f71 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.6.2 (2026-04-05) + +### Code Style + +- Reformat test_gdpr.py and test_gmail_labels.py to fix black CI check + ([`7afa33f`](https://github.com/christianlouis/InboxConverge/commit/7afa33f3758d289bb0971e3f83bcc30b39e436f1)) + + ## [Unreleased] ### Added diff --git a/pyproject.toml b/pyproject.toml index e13188d..d444af3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.6.1" +version = "0.6.2" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"