diff --git a/Changelog.md b/Changelog.md index ef357fb0..44c72f56 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Makefile b/Makefile index 6464ce94..5626317c 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.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