diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7b889d5..37f310375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.43.0.0] - 2026-05-21 +## [1.43.2.0] - 2026-05-21 ## **Three flagship workflows stop lying to users: /retro detects stale base before fabricating a narrative, /sync-gbrain resumes from gbrain's checkpoint instead of restarting the 35-min import loop, and /review forces every finding to quote the code line that motivates it.** ## **15 community PRs plus the silent-failure trio land in one bundle: 26 bisect commits with regression tests pinning every fix.** diff --git a/VERSION b/VERSION index af55d1e4a..d6b96738e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.43.0.0 +1.43.2.0 diff --git a/package.json b/package.json index acfa7cc12..0b9428b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.43.0.0", + "version": "1.43.2.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",