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 f4ddf43 commit 0800aeeCopy full SHA for 0800aee
Changelog.md
@@ -3,6 +3,13 @@
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
6
+## Helix Bridge 3.18.0
7
+
8
+### Changed
9
+* BRIDGE-309: Revised update logic and structure.
10
+* BRIDGE-154: Added access token to expiry refresh request.
11
12
13
## Grunwald Bridge 3.17.0
14
15
### 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.
-BRIDGE_APP_VERSION?=3.17.0+git
+BRIDGE_APP_VERSION?=3.18.0+git
16
APP_VERSION:=${BRIDGE_APP_VERSION}
17
APP_FULL_NAME:=Proton Mail Bridge
18
APP_VENDOR:=Proton AG
0 commit comments