From 877f93d78f7f6ff0050dde75bedfe70031c7e545 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Wed, 10 Dec 2025 18:59:04 +0100 Subject: [PATCH] Release v0.101.1 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 3 +++ GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20dcac9a..3d957d1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.101.1] - 2025-12-10 + ### Fix - Fix missing validation on relation existence +- Fix permissions for trust center access ## [0.101.0] - 2025-12-10 diff --git a/GNUmakefile b/GNUmakefile index d0c8a91c3..bd146190d 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.101.0 +VERSION= 0.101.1 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"