From 7e8c45ae65131394d445251ff27a5194be821190 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Thu, 16 Oct 2025 13:01:06 +0200 Subject: [PATCH] Release v0.74.4 Signed-off-by: Bryan Frimin --- CHANGELOG.md | 6 ++++++ GNUmakefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b038a6e2d..48e7c3170 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.74.4] - 2025-10-15 + +### Fixed + +- React pdf race condition + ## [0.74.3] - 2025-10-15 ### Changed diff --git a/GNUmakefile b/GNUmakefile index 79a9e7bc8..b1b62e64f 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.74.3 +VERSION= 0.74.4 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"