diff --git a/CHANGELOG.md b/CHANGELOG.md index f20dcac9a..3d957d1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.101.1] - 2025-12-10 + ### Fix - Fix missing validation on relation existence +- Fix permissions for trust center access ## [0.101.0] - 2025-12-10 diff --git a/GNUmakefile b/GNUmakefile index d0c8a91c3..bd146190d 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.101.0 +VERSION= 0.101.1 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"