From b7f6f276778ade39cb21f657f7ede90ab8d728d7 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Wed, 15 Apr 2026 14:11:10 +0200 Subject: [PATCH] Release v0.168.1 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 10 ++++++++++ GNUmakefile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c5dd84e..c26e0e53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.168.1] - 2026-04-15 + +### Added + +- Add document filters to MCP and n8n APIs + +### Fixed + +- Filter people with ended contracts from signature request dialog + ## [0.168.0] - 2026-04-15 ### Fixed diff --git a/GNUmakefile b/GNUmakefile index c29aa7f3b..0088d3003 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,7 +22,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.168.0 +VERSION= 0.168.1 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"