From 9084d74b062c926d6c7f39d8a65b49e1730a85be Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Fri, 19 Dec 2025 15:19:08 +0100 Subject: [PATCH] Release v0.111.2 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 6 ++++++ GNUmakefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58780ee0..7e5529e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.111.2] - 2025-12-19 + +### Fixed + +- Fix trust center nil pointer dereference + ## [0.111.1] - 2025-12-19 ### Fixed diff --git a/GNUmakefile b/GNUmakefile index 1329b1d93..c18c7cf9c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,7 +18,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.111.1 +VERSION= 0.111.2 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"