From f73c2772ac76957a4db8ba7fd462b9c97eade401 Mon Sep 17 00:00:00 2001 From: Jon Bogaty <2650679+jbdevprimary@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:54:28 -0500 Subject: [PATCH] chore(main): release 0.35.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 52ad2562..571fccfd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.4" + ".": "0.35.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bec74498..b419939f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ shipped. That means historical sections may still mention MCP, plugins, supervisors, or the archived Python implementation even though those are no longer part of the live contract. +## [0.35.5](https://github.com/jbcom/radioactive-ralph/compare/v0.35.4...v0.35.5) (2026-08-24) + + +### Bug Fixes + +* **release:** authorize sealed draft verifier ([f8f2298](https://github.com/jbcom/radioactive-ralph/commit/f8f22985f19ba06593a6393fb54a9313db8f9e39)) +* **release:** authorize sealed draft verifier ([0ecee05](https://github.com/jbcom/radioactive-ralph/commit/0ecee05215b26c4d4831f965d024a15aa7922044)) +* **release:** scope draft verifier credential ([0e01c4b](https://github.com/jbcom/radioactive-ralph/commit/0e01c4b20b68d7728a5e8d93f19fbc5d9901e0f8)) + ## [0.35.4](https://github.com/jbcom/radioactive-ralph/compare/v0.35.3...v0.35.4) (2026-08-24)