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 7cf3b6f commit 120a7b3Copy full SHA for 120a7b3
Changelog.md
@@ -3,6 +3,12 @@
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
6
+## Erasmus Bridge 3.15.1
7
+
8
+### Changed
9
+* BRIDGE-281: Disable keychain test on macOS.
10
11
12
## Erasmus Bridge 3.15.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.15.0+git
+BRIDGE_APP_VERSION?=3.15.1+git
16
APP_VERSION:=${BRIDGE_APP_VERSION}
17
APP_FULL_NAME:=Proton Mail Bridge
18
APP_VENDOR:=Proton AG
0 commit comments