Release v0.131.2

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-24 08:28:21 +01:00
parent 16474e0520
commit 7ca891abf0
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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"