From 8ff4b81346a02d89490790222bf9498930d02e31 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Fri, 3 Oct 2025 15:30:46 +0200 Subject: [PATCH] Release v0.65.1 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 2 ++ GNUmakefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1770e51..8c8f92854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +# [0.65.1] - 2025-10-03 + ### Fixed - Restrict deletion of users who have assets diff --git a/GNUmakefile b/GNUmakefile index 13ccfc8fc..69c728dfe 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.65.0 +VERSION= 0.65.1 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"