diff --git a/Changelog.md b/Changelog.md index 818ebe2b..12c6b6d1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,25 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) -## [Bridge 2.1.0] London +## [Bridge 2.1.2] London + +## Added +* GODT-1522: Rebuild macOS keychain notification. +* GODT-1437 Add new proxy provider (Quad9 with port). +* GODT-1516: Return notification on missing keychain. + +## Changed +* GODT-1451: Do not check for gnome keyring to allow other implementations of secret-service API. Thanks to @remgodow. +* GODT-1516 GODT-1451: KeepassXC is crashing on start. We need to block it until it's fixed. + +## Fixed +* GODT-1524: Logout issues with macOS. +* GODT-1503 GODT-1492: Improve email validation and username in bug report. +* GODT-1507: Enable autostart after Qt setup. +* GODT-1515: Do not crash when bridge users got disconnected. + + +## [Bridge 2.1.1] London ## Added * GODT-1376: Add first userID to sentry scope. diff --git a/Makefile b/Makefile index 0679e783..049798c4 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.1.1+git +BRIDGE_APP_VERSION?=2.1.2+git APP_VERSION:=${BRIDGE_APP_VERSION} SRC_ICO:=logo.ico SRC_ICNS:=Bridge.icns diff --git a/test/Makefile b/test/Makefile index ac05f8f7..fd52323f 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.1.1+integrationtests +export BRIDGE_VERSION:=2.1.2+integrationtests export VERBOSITY?=fatal export TEST_DATA=testdata