diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9989fd2d..56a7fb99c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.181.0" + ".": "7.181.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fec7458d..6e1e5a0e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.181.1](https://github.com/ZaxbyHub/opencode-swarm/compare/v7.181.0...v7.181.1) (2026-09-14) + + +### Bug Fixes + +* **workflow:** address PR [#2760](https://github.com/ZaxbyHub/opencode-swarm/issues/2760) review findings (audit honesty, supervised marker, pins, tests) ([c1d7801](https://github.com/ZaxbyHub/opencode-swarm/commit/c1d78017ef3e83280487882004de7c77b06b15ad)) +* **workflow:** architect-only audited exit from rework_required ([#2755](https://github.com/ZaxbyHub/opencode-swarm/issues/2755)) ([c49125a](https://github.com/ZaxbyHub/opencode-swarm/commit/c49125a81f170b1e15e190e0efc8f443bbd659f0)) + ## [7.181.0](https://github.com/ZaxbyHub/opencode-swarm/compare/v7.180.1...v7.181.0) (2026-09-14) diff --git a/package.json b/package.json index ed4a5dd80..a71ab08d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-swarm", - "version": "7.181.0", + "version": "7.181.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",