From dbd6d29f0b471b491620c1782b8cbbc207b8e1af Mon Sep 17 00:00:00 2001 From: Vincent Royer Date: Sun, 17 Jun 2018 11:30:38 +0200 Subject: [PATCH] release 5.5.0.19 --- CHANGES.txt | 5 +++++ buildSrc/version.properties | 2 +- docs/elassandra/source/conf.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d72f6466b12..ee1a85932cd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +5.5.0.19 - 2018-06-17 + * Enhance multicloud support + * Fix #199 cassandra update to null + * Fix race condition on index initialization + 5.5.0.18 - 2018-06-05 * Fix support for range partition deletion and add support for smallint and tinyint * Fix #197 Deletion of a List element removes the document on ES diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 093893041be..1292b364bab 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,6 +1,6 @@ elasticsearch = 5.5.0 lucene = 6.6.0 -elassandra = 18 +elassandra = 19 cassandra = 3.11.2 # optional dependencies diff --git a/docs/elassandra/source/conf.py b/docs/elassandra/source/conf.py index f602015f1c7..82aca963b45 100644 --- a/docs/elassandra/source/conf.py +++ b/docs/elassandra/source/conf.py @@ -67,7 +67,7 @@ # The short X.Y version. version = u'5.5.0' # The full version, including alpha/beta/rc tags. -release = u'5.5.0.18' +release = u'5.5.0.19' tgz_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.tar.gz".format(release) deb_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.deb".format(release)