Release v0.101.1

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-12-10 18:59:04 +01:00
parent f0489f7d6f
commit 877f93d78f
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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"