File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
5
5
6
+ ## Grunwald Bridge 3.17.0
7
+
8
+ ### Added
9
+ * BRIDGE-271: Report version file check failure to Sentry.
10
+ * BRIDGE-247: Test: Automate Bridge 0% update rollout.
11
+ * BRIDGE-248: Test: Additional Bridge UI e2e automation tests.
12
+
13
+ ### Changed
14
+ * BRIDGE-73: Update goopenpgp.
15
+ * BRIDGE-287: Update x/net and x/crypto dependencies.
16
+ * BRIDGE-303: Update govulncheck to latest release.
17
+ * BRIDGE-226: Bump Go version to 1.23.4.
18
+ * BRIDGE-288: Extension to synchronization update handler, observability tweaks and gluon update.
19
+
20
+ ### Fixed
21
+ * BRIDGE-291: Use correct field for user plan type.
22
+ * BRIDGE-143: Add missing QML component attribute, cut/paste disabled on read-only text areas.
23
+
24
+
6
25
## Flavien Bridge 3.16.0
7
26
8
27
### Added
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
12
12
.PHONY : build build-gui build-nogui build-launcher versioner hasher
13
13
14
14
# Keep version hardcoded so app build works also without Git repository.
15
- BRIDGE_APP_VERSION? =3.16 .0+git
15
+ BRIDGE_APP_VERSION? =3.17 .0+git
16
16
APP_VERSION: =${BRIDGE_APP_VERSION}
17
17
APP_FULL_NAME: =Proton Mail Bridge
18
18
APP_VENDOR: =Proton AG
You can’t perform that action at this time.
0 commit comments