From 549775fd71501e06d88a48fb92cd6bc6ff961184 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Tue, 4 Nov 2025 13:42:40 +0100 Subject: [PATCH] Release v0.84.0 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 2 ++ GNUmakefile | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aab9dd1f..5a931f259 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.84.0] - 2025-11-04 + ### Added - Update documentation diff --git a/GNUmakefile b/GNUmakefile index e4a97e8b6..23afdbac5 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.83.0 +VERSION= 0.84.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e" @@ -199,4 +199,3 @@ compose/pebble/certs/rootCA.pem: localhost 127.0.0.1 ::1 pebble $(CP) "$$($(MKCERT) -CAROOT)/rootCA.pem" compose/pebble/certs/rootCA.pem $(CP) "$$($(MKCERT) -CAROOT)/rootCA-key.pem" compose/pebble/certs/rootCA-key.pem -