From 400cccf9d44b38c4792e0b126bbbb0b5ef35e96d Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 24 Nov 2025 16:48:28 +0100 Subject: [PATCH] Release v0.92.0 Signed-off-by: Bryan Frimin --- CHANGELOG.md | 14 ++++++++++++++ GNUmakefile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 203a53357..37ebadd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.92.0] - 2025-11-24 + +### Added + +- Add snapshot MCP tools. +- Add task MCP tools. +- Add control MCP tools. +- Add control mapping MCP tools. + +### Fixed + +- Fix 5xx on vendor snapshot. + + ## [0.91.0] - 2025-11-24 ### Added diff --git a/GNUmakefile b/GNUmakefile index 3536600a2..5c0155a41 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.91.0 +VERSION= 0.92.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"