From 04b819d2bddd62be95c07dd385bdaa8c8fa83ef4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:27:11 +0000 Subject: [PATCH] chore(main): release 2.3.2 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0f5c856..f137191 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dev-workflow", - "version": "2.3.1", + "version": "2.3.2", "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 aca3a49..8d17a8e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.1" + ".": "2.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ad36b..ed662e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.2](https://github.com/tombakerjr/claude-code-workflows/compare/v2.3.1...v2.3.2) (2026-02-17) + + +### Bug Fixes + +* improve pr-create and pr-status reliability, consolidate pr-merge ([#13](https://github.com/tombakerjr/claude-code-workflows/issues/13)) ([29ac5cd](https://github.com/tombakerjr/claude-code-workflows/commit/29ac5cdb7c9f9cdc057a6d6af9d438008ca19b6c)) + ## [2.3.1](https://github.com/tombakerjr/claude-code-workflows/compare/v2.3.0...v2.3.1) (2026-02-10)