We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5630b7d commit 71d7debCopy full SHA for 71d7deb
Changelog.md
@@ -2,6 +2,12 @@
2
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
+## [Bridge 3.1.3] Quebec
6
+
7
+### Changed
8
+* GODT-2616: Silence UID of order report.
9
+* GODT-2614: Handle failed update during sync.
10
11
12
## [Bridge 3.1.2] Quebec
13
Makefile
@@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
.PHONY: build build-gui build-nogui build-launcher versioner hasher
# Keep version hardcoded so app build works also without Git repository.
14
-BRIDGE_APP_VERSION?=3.1.2+git
+BRIDGE_APP_VERSION?=3.1.3+git
15
APP_VERSION:=${BRIDGE_APP_VERSION}
16
APP_FULL_NAME:=Proton Mail Bridge
17
APP_VENDOR:=Proton AG
0 commit comments