chore: cherry pick changes from Dragon release branch.

(cherry picked from commit 6105f32c75)
This commit is contained in:
Xavier Michelon
2024-09-25 10:47:40 +02:00
parent 19a445e73a
commit 0c21925939
2 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,19 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Dragon Bridge 3.14.0
### Changed
* BRIDGE-207: Failure to download or verify an update now fails silently.
* BRIDGE-204: Removed redundant Sentry events.
* BRIDGE-150: Observability service modification.
* BRIDGE-210: Reduced log level of cache events so they won't be printed to stdout.
### Fixed
* BRIDGE-106: Fixed import of multipart-related messages.
* BRIDGE-108: Fixed GetInitials when empty username is passed.
## Colorado Bridge 3.13.0
### Added

View File

@ -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.13.0+git
BRIDGE_APP_VERSION?=3.14.0+git
APP_VERSION:=${BRIDGE_APP_VERSION}
APP_FULL_NAME:=Proton Mail Bridge
APP_VENDOR:=Proton AG