From c8e10af2a0e2646f4ac67bc25aa2b71c75374577 Mon Sep 17 00:00:00 2001 From: Smart Mekiliuwa Date: Mon, 20 Jul 2026 14:09:17 +0100 Subject: [PATCH] chore(release): prepare v26.6.6 bump VERSION to v26.6.6 and add changelog entries for the release, including the jul 16 security hardening follow-ups (#2721, #2723) and the OpenAPI spec fidelity fixes for generated SDK clients. --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8fc48c32a..c21c823768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Convoy Changes +## 26.6.6 + +### Features + +- feat(controlplane): Speakeasy public API clients for JS and Python (#2724) +- feat(controlplane): verify email before cloud trial and enqueue welcome (#2726) + +### Bug Fixes + +- fix(controlplane): close jul 16 vuln review bundle (#2721) +- fix(dashboard): default team invite role to organisation_admin (#2722) +- fix(controlplane): harden endpoint rbac, sh billing gates, and org delete cascade (#2723) +- fix(controlplane): declare eventTypeId path param on UpdateEventType (#2728) +- fix: correct OpenAPI types for json.RawMessage and []byte fields (#2736) +- fix: mark arbitrary-JSON object fields as open maps in OpenAPI spec (#2737) +- fix(controlplane): send null data in CreateEndpointEvent response (#2741) +- fix(docs): OpenAPI spec fidelity for generated SDK clients (#2742) + ## 26.6.5 ### Features diff --git a/VERSION b/VERSION index 03dc621f75..bfa0d46abc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v26.6.5 +v26.6.6 \ No newline at end of file