IE Farg 1.3.0

create-reload-action
Jakub 5 years ago
parent 4554369292
commit 15df130d76
  1. 7
      Changelog.md
  2. 2
      Makefile
  3. 3
      unreleased.md

@ -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

@ -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

@ -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.

Loading…
Cancel
Save