From 06c59242c80a0735fecd79335cf0de1c9cd2bd40 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 18 Apr 2026 23:52:48 +0000 Subject: [PATCH] 0.7.0 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 c931f78..f074701 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.7.0 (2026-04-18) + +### Features + +- Add English privacy policy, ToS, and legal footer links for Google OAuth verification + ([`78610ef`](https://github.com/christianlouis/InboxConverge/commit/78610ef09da6fa21db8c9c82190f85c400de541f)) + + ## [Unreleased] ### Added diff --git a/pyproject.toml b/pyproject.toml index c1200f4..a49e641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.6.5" +version = "0.7.0" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"