diff --git a/CHANGELOG.md b/CHANGELOG.md index 5873ebcf3..40079365b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.49.0] + +### Added +- Add nonconformity registries + +### Fixed +- Fix trust center dark mode + ## [0.48.1] ### Fixed diff --git a/GNUmakefile b/GNUmakefile index 31980a8bd..bff020d73 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.48.1 +VERSION= 0.49.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"