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"