diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af15906e..1f7dc2fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.116.2] - 2026-01-19 + ### Changed - Membership Profile authz done from membership in membershipResolver (it's a 1:1 association) - Match keycloak URL ports with default base URL one for local dev - Drop the authentication dialog in favor of a dedicated auth page for compliance page - Order memberships by organization name on console / and memberships dropdown +- Update kit ### Fixed diff --git a/GNUmakefile b/GNUmakefile index 38f9bbfe4..b6e3675ee 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,7 +19,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.115.0 +VERSION= 0.116.2 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"