From be294599ec401833cc754b45cc34e1d1105c47dd Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Tue, 28 Apr 2026 13:36:07 +0200 Subject: [PATCH] Release v0.174.0 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 22 ++++++++++++++++++++++ GNUmakefile | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c48a2b434..d11f63816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.174.0] - 2026-04-28 + +### Added + +- Add agent run supervisor with checkpoint persistence and resume across restarts +- Add finding and obligation publish to document system, replacing snapshot mode +- Add `--state` and `--contract-ended` filters to CLI/MCP/GraphQL user list +- Add Notion workspace name resolver for access review +- Add `X-SDK-Version` header to cookie banner SDK requests + +### Changed + +- Rename `excludeContractEnded` to `contractEnded` (two-way) across MCP, GraphQL, CLI, frontend +- Remove auditor's ability to publish SoA +- Request Google customer directory scope for access-review name sync + +### Fixed + +- Fix copy-paste in rich editor +- Fix long cookie name display and label colors in cookie banner +- Fix suspension checkpoint fallback in nested and parallel agent execution + ## [0.173.0] - 2026-04-24 ### Added diff --git a/GNUmakefile b/GNUmakefile index db174a4c7..255532068 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,7 +22,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.173.0 +VERSION= 0.174.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"