From 10bc681da8b303441f94150c6523ab3f8e8f25bd Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Sun, 16 May 2021 11:40:09 +0200 Subject: [PATCH] Set version to 4.3.1 --- CHANGELOG.md | 7 +++++++ client/pom.xml | 2 +- common/pom.xml | 2 +- master/pom.xml | 2 +- server/pom.xml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1d1815..c39e2ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +4.3.1 +======================== +* Fixed bug in server communication. The server always returned HTTP 400, + because of an inverted "if-condition". +* Fixed bug in the post-processing variable replacement. The error occurs, + if you use a variable, which value resolves to nothing (null) + 4.3.0 ======================== * Added mechanism to group models. This mechanism can also be used to define diff --git a/client/pom.xml b/client/pom.xml index bca70608..45300a57 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.3.0 + 4.3.1 ../master diff --git a/common/pom.xml b/common/pom.xml index ec08fb6d..bbbddbbd 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.3.0 + 4.3.1 ../master diff --git a/master/pom.xml b/master/pom.xml index ffcd5088..1eb115b0 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.3.0 + 4.3.1 ../common diff --git a/server/pom.xml b/server/pom.xml index 2e1c78e3..7ffc3a4d 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.3.0 + 4.3.1 ../master