diff --git a/Changelog.md b/Changelog.md index 47c446bf..226c35bc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,18 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [IE 1.3.1] Farg + +### Changed +* GODT-1047 No silent updates for Import-Export app. +* GODT-247 Cache and update files moved from user's cache to config. + +### Fixed +* Other: include latest go.mod/go.sum changes. +* GODT-803 Fix import to wrong target address. +* GODT-948 Embedded messages. +* GODT-1043 Fix showing long login error in GUI dialog. + ## [Bridge 1.6.6] HZM ### Added diff --git a/Makefile b/Makefile index bd26d15d..7773b2c3 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TARGET_OS?=${GOOS} # Keep version hardcoded so app build works also without Git repository. BRIDGE_APP_VERSION?=1.6.6+git -IE_APP_VERSION?=1.3.0+git +IE_APP_VERSION?=1.3.1+git APP_VERSION:=${BRIDGE_APP_VERSION} SRC_ICO:=logo.ico SRC_ICNS:=Bridge.icns