Skip to content

Commit 5c69af4

Browse files
committed
chore: Xikou Bridge 3.8.1 changelog.
1 parent 416f696 commit 5c69af4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

55

6+
## Xikou Bridge 3.8.1
7+
8+
### Added
9+
* GODT-3121: Suggest relevant KB articles in the in-app bug report form.
10+
* GODT-2001: Add govulncheck to scan for vulnerabilities.
11+
12+
### Changed
13+
* Keep nighlty-job log as artifact.
14+
* Test: Improve TestMetadata_JobCorrectlyFinishesAfterCancel.
15+
16+
### Fixed
17+
* GODT-3153: Do not take into account full address when hasing messages.
18+
19+
620
## Xikou Bridge 3.8.0
721

822
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
1111
.PHONY: build build-gui build-nogui build-launcher versioner hasher
1212

1313
# Keep version hardcoded so app build works also without Git repository.
14-
BRIDGE_APP_VERSION?=3.8.0+git
14+
BRIDGE_APP_VERSION?=3.8.1+git
1515
APP_VERSION:=${BRIDGE_APP_VERSION}
1616
APP_FULL_NAME:=Proton Mail Bridge
1717
APP_VENDOR:=Proton AG

0 commit comments

Comments
 (0)