Release v0.116.12

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-29 08:46:22 +04:00
parent 73ec5ce96b
commit a83a171cde
2 changed files with 10 additions and 1 deletions

View File

@@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file.
## Unreleased
## [0.116.12] - 2026-01-29
### Changed
- Do not display trust center subprocessors tab when there are none
- Remove query params from compliange page sidebar website displayed URLs
- Refactor trust center pages to make them more maintainable
- Rename Trust Center to Compliance Page on displayed wording
- Compliance page vite dev server proxies graphQL API calls to go server port
### Fixed
- Add noreferrer noopener to compliance page open link from console
## [0.116.11] - 2026-01-27
### Added

View File

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