From f4ddf43ac72bc6655489ee91bfe3aa1a57634ffe Mon Sep 17 00:00:00 2001 From: Atanas Janeshliev Date: Tue, 21 Jan 2025 14:42:52 +0100 Subject: [PATCH] chore: Grunwald Bridge 3.17.0 changelog. --- Changelog.md | 19 +++++++++++++++++++ Makefile | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8aa9ee69..66ca9819 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,25 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Grunwald Bridge 3.17.0 + +### Added +* BRIDGE-271: Report version file check failure to Sentry. +* BRIDGE-247: Test: Automate Bridge 0% update rollout. +* BRIDGE-248: Test: Additional Bridge UI e2e automation tests. + +### Changed +* BRIDGE-73: Update goopenpgp. +* BRIDGE-287: Update x/net and x/crypto dependencies. +* BRIDGE-303: Update govulncheck to latest release. +* BRIDGE-226: Bump Go version to 1.23.4. +* BRIDGE-288: Extension to synchronization update handler, observability tweaks and gluon update. + +### Fixed +* BRIDGE-291: Use correct field for user plan type. +* BRIDGE-143: Add missing QML component attribute, cut/paste disabled on read-only text areas. + + ## Flavien Bridge 3.16.0 ### Added diff --git a/Makefile b/Makefile index 2c6e02e9..82cf06c3 100644 --- a/Makefile +++ b/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.16.0+git +BRIDGE_APP_VERSION?=3.17.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG