From 3822b1916c95785c1cdb578cf1616d5ae3a5762e Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Mon, 6 Oct 2025 11:23:55 +0200 Subject: [PATCH] Release v0.66.1 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 7 ++++++- GNUmakefile | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39665e426..0721eec29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. ## Unreleased - [0.66.0] - 2025-10-06 +# [0.66.1] - 2025-10-06 + +### Fixed +- Fix access to public documents for unauthenticated users + +# [0.66.0] - 2025-10-06 ### Added - Store id of accepted nda diff --git a/GNUmakefile b/GNUmakefile index 49bdd8574..d4616716b 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.66.0 +VERSION= 0.66.1 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"