From 2fb158c9efdc3ae2424beba2803eab5313af3be4 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Mon, 12 Jan 2026 11:10:12 +0100 Subject: [PATCH] Release v0.112.4 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 2 +- GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 304e6b4b8..25d1a1a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## [0.112.4] - 2026-01-12 ### Fixed diff --git a/GNUmakefile b/GNUmakefile index 1db442d2d..ba9d1c2dc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,7 +19,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.112.3 +VERSION= 0.112.4 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"