From 103d5d9ab46bf92dbca84c5ec059b3b97604d14d Mon Sep 17 00:00:00 2001 From: "V. David Zvenyach" Date: Fri, 29 May 2026 09:40:14 -0500 Subject: [PATCH] docs(changelog): promote Unreleased to v1.1.0 (2026-05-29) Completes the release flow for v1.1.0 (already merged via #31 with version bumped to 1.1.0): dates the changelog section so the published release notes match the tag. No code changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ce969..3232087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2026-05-29 + ### Fixed - `_parse_webhook_alert`: aligned the parser output with the `WebhookAlert` type contract. Sparse server payloads now hydrate `query_type` and `filters`