From 093a5fb50e22b1dbc96ed004bf04b6ee76de5fca Mon Sep 17 00:00:00 2001 From: vroyer Date: Sat, 29 Feb 2020 22:33:40 +0100 Subject: [PATCH] Release 6.8.4.3 --- CHANGES.txt | 4 ++++ docs/elassandra/source/conf.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 65de60cac1c..c0c2a2c8f20 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +6.8.4.3 - 2020-02-29 + * Switch to cassandra 3.11.5.3 + * Improve gradle publication + 6.8.4.2 - 2020-02-17 * Fix TimeUUID & Base64 Ingest processor declaration * Compression of X1 application state to increase the number of created indices diff --git a/docs/elassandra/source/conf.py b/docs/elassandra/source/conf.py index 8e7c2a1bbd6..4da2cc1c596 100644 --- a/docs/elassandra/source/conf.py +++ b/docs/elassandra/source/conf.py @@ -67,9 +67,9 @@ # built documents. # # The short X.Y version. -version = u'6.8.4.2' +version = u'6.8.4.3' # The full version, including alpha/beta/rc tags. -release = u'6.8.4.2' +release = u'6.8.4.3' 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)