From 21139ba4eb128dee452c7b0180002d55492cdf26 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Wed, 16 Jul 2025 13:28:58 +0200 Subject: [PATCH] Release v0.41.0 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 7c004b7c3..993f9fc0e 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.41.0] - 2025-07-16 ### Changed diff --git a/GNUmakefile b/GNUmakefile index 7bb0c49bc..121b8b04a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,7 +11,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.40.0 +VERSION= 0.41.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"