diff --git a/Changelog.md b/Changelog.md index 918165f2..dc1149a4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,26 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Vasco da Gama Bridge 3.6.0 + +### Added +* GODT-2762: Setup wizard. +* GODT-2772: Setup wizard content. +* GODT-2769: Setup Wizard architecture. +* GODT-2767: Setup Wizard foundations. + +### Changed +* GODT-2771: Cert related tools for macOS. +* GODT-2770: Proof of concept for web view as a tool window and overlay (not used). +* GODT-2916: Split Decryption from Message Building. +* GODT-2597: Implement contact specific settings in integration tests. +* GODT-2664: Trigger QA installer. + +### Fixed +* Fixed missing GoOs gRPC call in bridge-gui-tester. +* GODT-2929: Message dedup with different text transfer encoding. + + ## Umshiang Bridge 3.5.0 ### Added diff --git a/Makefile b/Makefile index 6f010be6..462ce114 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.5.0+git +BRIDGE_APP_VERSION?=3.6.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG