diff --git a/CHANGELOG.md b/CHANGELOG.md index eb190384d..78d7d37cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.58.0] - 2025-09-08 ### Added - Soft delete documents +- Store sidebar state ## [0.57.1] - 2025-09-04 diff --git a/GNUmakefile b/GNUmakefile index 959d0c595..42bbfa59c 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.57.1 +VERSION= 0.58.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"