diff --git a/Changelog.md b/Changelog.md index 2d88e94b..50deb3a7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,26 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 2.2.2] Nihonbashi + +### Added +* GODT-1739: Opt-out All Mail visibility in settings file. + * GODT-1794: CLI wording. + * GODT-1794: Add confirmation dialog and change wording. + * GODT-1741: GUI and CLI settings to change visibility of All Mail folder. + * GODT-1740: Opt-out All Mail visibility in settings file. + +### Changed +* GODT-1737: Improve logging during import. +* GODT-1754: Add logs for unilateral updates and SEARCH. + +### Fixed +* GODT-1795: Fix automatic installation of profile for AppleMail on macOS Ventura beta (qt 5). +* GODT-1833: Fix gobinsec cache. +* GODT-1799: Fix dependency link. +* Other: Update SSL certificate fingerprint for test. + + ## [Bridge 2.2.2] Millau ### Added diff --git a/Makefile b/Makefile index 2a219990..a7ecd304 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS} .PHONY: build build-nogui build-launcher versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=2.2.2+git +BRIDGE_APP_VERSION?=2.3.0+git APP_VERSION:=${BRIDGE_APP_VERSION} SRC_ICO:=bridge.ico SRC_ICNS:=Bridge.icns diff --git a/test/Makefile b/test/Makefile index 8d076c38..741821b5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ .PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench export GO111MODULE=on -export BRIDGE_VERSION:=2.2.2+integrationtests +export BRIDGE_VERSION:=2.3.0+integrationtests export VERBOSITY?=fatal export TEST_DATA=testdata