diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87520aec0..21dd1a370 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.183.0" + ".": "7.183.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f91e578..08cb56ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.183.1](https://github.com/ZaxbyHub/opencode-swarm/compare/v7.183.0...v7.183.1) (2026-09-15) + + +### Bug Fixes + +* **background:** read legacy deadline lane-failure rows without wedging the delegation store ([0c11529](https://github.com/ZaxbyHub/opencode-swarm/commit/0c115292dba713ce6c8d5aa0c8adc7515af15ad4)) + ## [7.183.0](https://github.com/ZaxbyHub/opencode-swarm/compare/v7.182.0...v7.183.0) (2026-09-15) diff --git a/package.json b/package.json index 4be4324ee..27630efe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-swarm", - "version": "7.183.0", + "version": "7.183.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",