diff --git a/CHANGELOG.md b/CHANGELOG.md index ea67d4221..57c044929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/GNUmakefile b/GNUmakefile index 450631482..c87ca20fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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"