diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b074051c..adaf48f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. -## Unreleased +## [0.88.1] - 2025-14-07 + +## Fixed + +- Fix support PostgreSQL CA bundle in Helm charts with file path option ## [0.88.0] - 2025-13-07 diff --git a/GNUmakefile b/GNUmakefile index aad52765f..3110b8e53 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.88.0 +VERSION= 0.88.1 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"