IE Farg 1.3.0

This commit is contained in:
Jakub
2021-02-03 10:46:41 +01:00
parent 4554369292
commit 15df130d76
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,13 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [IE 1.3.0] Farg
### Changed
* GODT-1019 Remove dependency on go-apple-mobileconfig.
* GODT-928 Reject messages which are too large.
* GODT-999 Sending: do not send empty objects to API.
## [Bridge 1.6.2] HZM
### Fixed

View File

@ -11,7 +11,7 @@ TARGET_OS?=${GOOS}
# Keep version hardcoded so app build works also without Git repository.
BRIDGE_APP_VERSION?=1.6.2+git
IE_APP_VERSION?=1.2.3+git
IE_APP_VERSION?=1.3.0+git
APP_VERSION:=${BRIDGE_APP_VERSION}
SRC_ICO:=logo.ico
SRC_ICNS:=Bridge.icns

View File

@ -5,12 +5,9 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Unreleased
### Added
* GODT-928 Reject messages which are too large.
### Removed
* Remove dependency on go-apple-mobileconfig.
### Changed
### Fixed
* GODT-999 Sending: do not send empty objects to API.