diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f0ecbf4..8e535f3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dev-workflow", - "version": "2.2.0", + "version": "2.3.0", "description": "Complete development workflow: brainstorming, planning, TDD, debugging, agent team execution, subagent fallback, code review, PR merge", "author": { "name": "Tom Baker", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cb709..866162e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/tombakerjr/claude-code-workflows/compare/v2.2.0...v2.3.0) (2026-02-09) + + +### Features + +* add agent-team-development skill with parallel execution ([#8](https://github.com/tombakerjr/claude-code-workflows/issues/8)) ([79c4c05](https://github.com/tombakerjr/claude-code-workflows/commit/79c4c05d3dd1f66f1a36fd57240e362354af1253)) + ## [2.2.0](https://github.com/tombakerjr/claude-code-pr-workflow/compare/v2.1.0...v2.2.0) (2026-01-27)