Release v0.74.0

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-10-15 18:03:10 +02:00
parent ae45410b82
commit 740a361ba8
2 changed files with 4 additions and 1 deletions

View File

@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
## Unreleased
## [0.74.0] - 2025-10-15
### Fixed
- Fix audit update in trust center settings
### Changed
- New signatures page design
- New emails design
## [0.73.1] - 2025-10-15

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.73.1
VERSION= 0.74.0
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
GCFLAGS= -gcflags="-e"