From a0db5f797f996e2546100ab791d7e53340524eed Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 23 Jan 2026 10:56:44 +0100 Subject: [PATCH] Release version 1.1.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66e8aa..3f3815d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.0] - 2026-01-23 + +* * Added persistent MTU configuration via systemd (install & uninstall) +* Added Docker bridge MTU support and Docker-ordered persistence backend +* Added repository mirrors and ignored build artifacts + + ## [1.0.0] - 2026-01-21 * 🥳 Official Release diff --git a/pyproject.toml b/pyproject.toml index 4512d89..a214091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "automtu" -version = "1.0.0" +version = "1.1.0" description = "Auto-detect egress interface, probe Path MTU, and apply MTU (WireGuard/egress)." readme = "README.md" requires-python = ">=3.10"