diff --git a/CHANGELOG.md b/CHANGELOG.md index bed7e134..cc989982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +4.7.15 +======================== +* Fixed bug in new config backup mechanism, which throws an error on systems + where ctbrec has not been run before + 4.7.14 ======================== * Fixed bug with model groups. The check, if another model from the same diff --git a/client/pom.xml b/client/pom.xml index 4a89add1..43bb23dc 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.14 + 4.7.15 ../master diff --git a/common/pom.xml b/common/pom.xml index f035f0e7..b8b2102c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.14 + 4.7.15 ../master diff --git a/master/pom.xml b/master/pom.xml index 22b80b3c..d5412c60 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.7.14 + 4.7.15 ../common diff --git a/server/pom.xml b/server/pom.xml index e82610f5..c3fe518b 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.14 + 4.7.15 ../master