diff --git a/CHANGELOG b/CHANGELOG index 4c4d150c39..33dd21064e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,11 @@ v3.4.9 (XXXX-XX-XX) ------------------- +* Updated arangosync to 0.7.1. + * Fixed issue #10470: The WebUI now shows potential errors and details which occured using _api/import (e.g. unique constraint violated). -* Updated arangosync to 0.7.0. - * Make the timeouts for replication requests (for active failover and master-slave replication configurable via startup options: diff --git a/VERSIONS b/VERSIONS index b4e9328912..10ce17e28c 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,5 +1,5 @@ STARTER_REV "0.14.12" -SYNCER_REV "0.7.0" +SYNCER_REV "0.7.1" OPENSSL_LINUX "1.1.0l" OPENSSL_MACOS "1.0.2t" OPENSSL_WINDOWS "1.1.0l"