diff --git a/Changelog.md b/Changelog.md index 23bba775..976b7b8f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,14 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 1.5.4] Golden Gate + +### Added +* Log warning about permanently deleting messages. + +### Fixed +* License path on Arch and Windows. + ## [Bridge 1.5.3] Golden Gate [Import-Export 1.2.3] Elbe ### Added diff --git a/Makefile b/Makefile index f948ff5e..a9997d18 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS} .PHONY: build build-ie build-nogui build-ie-nogui check-has-go # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=1.5.3-git +BRIDGE_APP_VERSION?=1.5.4-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 a1a14b2f..e2fe0b66 100644 --- a/unreleased.md +++ b/unreleased.md @@ -6,13 +6,6 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) ### Added -### Changed -* Log warning about permanently deleting messages. - ### Removed ### Fixed -* GODT-135 Support parameters in SMTP `FROM MAIL` command, such as `BODY=7BIT`, or empty value `FROM MAIL:<>` used by some clients. -* GODT-338 GODT-781 GODT-857 GODT-866 Flaky tests. -* GODT-773 Replace old dates with birthday of RFC822 to not crash Apple Mail. Original is available under `X-Original-Date` header. -* License path on Arch distributions.