From 7ca891abf012858d03298e8ad84636ac217f9ba1 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 24 Feb 2026 08:28:21 +0100 Subject: [PATCH] Release v0.131.2 Signed-off-by: Bryan Frimin --- CHANGELOG.md | 8 ++++++++ GNUmakefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9d70c9c..99c2cbb4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.131.2] - 2026-02-24 + +### Fixed + +- Fix mcp list tools returns badly encoded jsonschema +- Fix compliance page show unpblished document title +- Fix compliace page show unpublished document + ## [0.131.1] - 2026-02-23 ### Fixed diff --git a/GNUmakefile b/GNUmakefile index 86728479d..b72e78643 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.131.1 +VERSION= 0.131.2 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"