Skip to content

Commit

Permalink
chore: Dragon Bridge 3.14.0 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmichelo committed Sep 25, 2024
1 parent f5bc6ad commit 6105f32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6105f32

Please sign in to comment.