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 9d4415d commit 675b37aCopy full SHA for 675b37a
Changelog.md
@@ -3,6 +3,12 @@
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
6
+## Jubilee Bridge 3.20.1
7
+
8
+### Fixed
9
+* BRIDGE-362: Implemented logic for reconciling label conflicts.
10
11
12
## Jubilee Bridge 3.20.0
13
14
### Added
Makefile
@@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
.PHONY: build build-gui build-nogui build-launcher versioner hasher
# Keep version hardcoded so app build works also without Git repository.
15
-BRIDGE_APP_VERSION?=3.20.0+git
+BRIDGE_APP_VERSION?=3.20.1+git
16
APP_VERSION:=${BRIDGE_APP_VERSION}
17
APP_FULL_NAME:=Proton Mail Bridge
18
APP_VENDOR:=Proton AG
0 commit comments