Skip to content

Commit 6105f32

Browse files
committed
chore: Dragon Bridge 3.14.0 changelog.
1 parent f5bc6ad commit 6105f32

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changelog.md

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

55

6+
## Dragon Bridge 3.14.0
7+
8+
### Changed
9+
* BRIDGE-207: Failure to download or verify an update now fails silently.
10+
* BRIDGE-204: Removed redundant Sentry events.
11+
* BRIDGE-150: Observability service modification.
12+
* BRIDGE-210: Reduced log level of cache events so they won't be printed to stdout.
13+
14+
### Fixed
15+
* BRIDGE-106: Fixed import of multipart-related messages.
16+
* BRIDGE-108: Fixed GetInitials when empty username is passed.
17+
18+
619
## Colorado Bridge 3.13.0
720

821
### 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.13.0+git
15+
BRIDGE_APP_VERSION?=3.14.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)