diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f08d89a1..d547db755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.51.1] + +### Fixed +- Fix query loops in public trust center +- Fix button display when disconected in public trust center + ## [0.51.0] ### Added diff --git a/GNUmakefile b/GNUmakefile index 1639c5d53..e8c3b87f4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,7 +11,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.51.0 +VERSION= 0.51.1 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"