From 949983d2e07fd3ee78a46162e44b1c079d4a4b01 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Fri, 12 Dec 2025 15:19:40 +0100 Subject: [PATCH] Release v0.106.0 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 6 ++++++ GNUmakefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28b330b6..8820d40e4 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.106.0] - 2025-12-12 + +### Added + +- Add auditor role + ### Fix - Fix the “no change” error display in documents bulk update diff --git a/GNUmakefile b/GNUmakefile index 23f6fce93..a717b2d97 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.105.0 +VERSION= 0.106.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"