diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7f814dac..73c96378 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.20.0" + ".": "7.20.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a7be3d98..df03802b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.20.1](https://github.com/zaxbysauce/opencode-swarm/compare/v7.20.0...v7.20.1) (2026-05-16) + + +### Bug Fixes + +* **guardrails:** recover from provider outages ([#875](https://github.com/zaxbysauce/opencode-swarm/issues/875)) ([a15e3a2](https://github.com/zaxbysauce/opencode-swarm/commit/a15e3a271fad14f92b3ca0c7261697a275583d50)) + ## [7.20.0](https://github.com/zaxbysauce/opencode-swarm/compare/v7.19.3...v7.20.0) (2026-05-16) diff --git a/package.json b/package.json index 93981886..8415879a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-swarm", - "version": "7.20.0", + "version": "7.20.1", "description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review", "main": "dist/index.js", "types": "dist/index.d.ts",