diff --git a/Changelog.md b/Changelog.md index 0df187b1..b3eba7fc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,23 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Zaehringen Bridge 3.10.0 + +### Added +* GODT-3199: Add package log field. +* GODT-3220: Add more test scenarios. + +### Changed +* GODT-3193: Preserve attachment encoding. +* GODT-3214: Encrypt only with primary key. +* GODT-2662: Use tart runner for darwin jobs. +* GODT-1602: Test: run integration tests against black 🖤. +* GODT-3257: Test: quad9 provider test not working on CI. + +### Fixed +* GODT-3290: Fix test failing because of leap day. + + ## Ypsilon Bridge 3.9.1 ### Fixed diff --git a/Makefile b/Makefile index 8add54b1..1e18be5f 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.9.1+git +BRIDGE_APP_VERSION?=3.10.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG