Release v0.117.1

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-02 15:02:41 +04:00
parent 337506130b
commit b95f667eb0
2 changed files with 12 additions and 1 deletions

View File

@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
## Unreleased
## [0.117.1] - 2026-02-02
### Changed
- Use svg for slack logo
### Fixed
- Missing google logo
- Missing relay generated files
## [0.117.0] - 2026-02-02
### Added

View File

@@ -18,7 +18,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
VERSION= 0.117.0
VERSION= 0.117.1
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
GCFLAGS= -gcflags="-e"