File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
5
+ ## [ Bridge 3.0.8] Perth Narrows
6
+
7
+ ### Fixed
8
+ * Other: Add sentry reports for event processing failures.
9
+ * Other: Do not fail on label events.
10
+
11
+
5
12
## [ Bridge 3.0.7] Perth Narrows
6
13
7
14
### Fixed
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
11
11
.PHONY : build build-gui build-nogui build-launcher versioner hasher
12
12
13
13
# Keep version hardcoded so app build works also without Git repository.
14
- BRIDGE_APP_VERSION? =3.0.7 +git
14
+ BRIDGE_APP_VERSION? =3.0.8 +git
15
15
APP_VERSION: =${BRIDGE_APP_VERSION}
16
16
APP_FULL_NAME: =Proton Mail Bridge
17
17
APP_VENDOR: =Proton AG
You can’t perform that action at this time.
0 commit comments