Skip to content

Commit 8e63499

Browse files
committed
chore: Grunwald Bridge 3.17.0 changelog.
1 parent a2c1da9 commit 8e63499

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

55

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+
625
## Flavien Bridge 3.16.0
726

827
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
1212
.PHONY: build build-gui build-nogui build-launcher versioner hasher
1313

1414
# 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
1616
APP_VERSION:=${BRIDGE_APP_VERSION}
1717
APP_FULL_NAME:=Proton Mail Bridge
1818
APP_VENDOR:=Proton AG

0 commit comments

Comments
 (0)