From 03f551c1d56a385cbfca8a16cbce0eaf723178c7 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Mon, 7 Nov 2022 17:13:28 +0100 Subject: [PATCH 1/2] Update CHANGELOG for 1.3.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c7831a4..e918cfb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# SDK 1.3.1 Release Notes + +This release includes several corrections and small updates: + +* Add back missing fields "BT-762-notice" and "BT-803(t)-notice" in fields.json. +* Correct EFX expressions to use "in" when the right-hand side is a sequence. +* Various correction in notice type definitions. +* Add and update translations for "group" and "notice" asset types. + +The documentation for the SDK is available at . The source for this documentation is maintained in the [eforms-docs](https://github.com/OP-TED/eforms-docs) repository. + + # SDK 1.3.0 Release Notes This release of the SDK does not contain any backwards incompatible changes: software that was able to use version 1.2.0 should also be able to use this version. From 08fbfa739da1b555ff734d7347b280ed463cd4ba Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Mon, 7 Nov 2022 17:14:24 +0100 Subject: [PATCH 2/2] pom: Set version to 1.3.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31d533837..b9544b779 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ eu.europa.ted.eforms eforms-sdk - 1.3.0 + 1.3.1 jar eForms SDK