Release v0.36.0

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-06-29 21:28:01 +02:00
parent 6da3de8376
commit 23b1c7c210
2 changed files with 23 additions and 1 deletions

View File

@@ -4,9 +4,31 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [0.36.0] - 2025-06-29
### Added
- Add URI evidence type
- Add link dialog for measure evidences
- Add default security header to API
- Add support for extra header
### Fixed
- Fix tasks deadline
- Fix order people by kind
- Fix missing people role order
### Security
- Remove all data after logout
- Enforce maximum password limit
- Mitigate timing attack on signin
### Changed
- Use httplogger on GraphQL error
- Returns internal error when error is known
## [0.35.0] - 2025-06-20

View File

@@ -9,7 +9,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
VERSION= 0.35.0
VERSION= 0.36.0
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
GCFLAGS= -gcflags="-e"