From 15e7db18117b37fbd53deea8c422b1108e870b59 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Fri, 28 Aug 2026 22:50:46 -0400 Subject: [PATCH] 11.0.0 release: bump version and finalize changelog (#892) Co-authored-by: Claude Fable 5 --- CHANGELOG.md | 2 +- parsedmarc/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f714dd65..5ec3b9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 11.0.0 ### Changes diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index cd618bcd..ed290fa5 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,4 +1,4 @@ -__version__ = "10.5.0" +__version__ = "11.0.0" USER_AGENT = f"parsedmarc/{__version__}"