From babb4412ae6f33ea7365fe69847eae72e1b1f2e1 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Mar 2023 10:09:01 +0100 Subject: [PATCH] chore: Bridge Perth Narrows 3.0.21 --- Changelog.md | 16 ++++++++++++++++ Makefile | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9ab01fd6..b827ff0a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,22 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 3.0.21] Perth Narrows + +### Added +* GODT-2509: Migrate TLS cert from v1/v2 location during upgrade to v3. + +### Changed +* GODT-2516: log error when the vault key cannot be created/loaded from the keychain. + +### Fixed +* GODT-2501: Remove additional .desktop file. +* GODT-2513: Crash in scanner. +* GODT-2481: Fix DBUS Secert Service. +* GODT-2512: Catch unhandled API errors. +* GODT-2469: Fix sentry revision hash for cmake on windows. + + ## [Bridge 3.0.20] Perth Narrows ### Added diff --git a/Makefile b/Makefile index 3ae6744f..a5f3dcc9 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) .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.0.20+git +BRIDGE_APP_VERSION?=3.0.21+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG