diff --git a/Changelog.md b/Changelog.md index b1dfc7cb..92f45d64 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,19 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) -## [Bridge 1.6.0] HMZ +## [Bridge 1.6.1] HZM + +### Added +* GODT-1007 Notify user when version is the latest. + +### Fixed +* GODT-787 GODT-978 Fix IE and Bridge importing to Sent not showing up in Inbox (setting up flags properly). +* GODT-1006 Use correct macOS keychain name. +* GODT-1009 Set ContentID if present and not explicitly attachment. +* GODT-1008 Transparent welcome message. + + +## [Bridge 1.6.0] HZM ### Added * GODT-705 Allow silent update in Bridge and Import-Export app. diff --git a/Makefile b/Makefile index ad25a26e..d93949fe 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS} .PHONY: build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=1.6.0+git +BRIDGE_APP_VERSION?=1.6.1+git IE_APP_VERSION?=1.2.3+git APP_VERSION:=${BRIDGE_APP_VERSION} SRC_ICO:=logo.ico diff --git a/unreleased.md b/unreleased.md index ca23e1e7..81ac9feb 100644 --- a/unreleased.md +++ b/unreleased.md @@ -5,14 +5,9 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) ## Unreleased ### Added -* GODT-1007 Notify user when version is the latest. ### Removed ### Changed ### Fixed -* GODT-787 GODT-978 Fix IE and Bridge importing to sent not showing up in inbox (setting up flags properly). -* GODT-1006 Use correct macOS keychain name. -* GODT-1009 Set ContentID if present and not explicitly attachment. -