Release v0.116.2

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-19 19:27:03 +04:00
parent dd040e8521
commit 2767e758d8
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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"