Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ builds:
- linux
goarch:
- amd64

env:
- CGO_ENABLED=0
- CC=gcc
ldflags:
- -s -w -X main.version={{.Tag}} -X main.commitHash={{.ShortCommit}}

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning]https://semver.org/spec/v2.0.0.

### Unreleased

- Force CGO_ENABLED=0 on build

### [0.9.6] - 2025-09-29
- Added two-factor secret encryption [DV-2526]
- Add support events status for internal transactions [DV-3436]
Expand Down
Loading