Skip to content

Commit 8c0cdc8

Browse files
committed
Release v0.26.0
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 0b51b36 commit 8c0cdc8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.26.0] - 2025-05-25
8+
79
### Changed
810

911
- Rename severity into risk score

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
99

1010
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
1111

12-
VERSION= unknown
12+
VERSION= 0.26.0
1313
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
1414
GCFLAGS= -gcflags="-e"
1515

0 commit comments

Comments
 (0)