From f95153f27842a077fec81f3cae8580922c178dad Mon Sep 17 00:00:00 2001 From: Vincent Royer Date: Mon, 28 Mar 2022 14:08:08 +0200 Subject: [PATCH] release 6.2.3.38 --- CHANGES.txt | 3 +++ buildSrc/version.properties | 2 +- docs/elassandra/source/conf.py | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index db7cfb53d65..901f1e2f610 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +6.2.3.38 - 2022-03-28 + * Fix the cqlsh embedded driver + 6.2.3.37 - 2022-03-16 * Upgrade to cassandra 3.11.9.12 to fix CVE-2021-44521 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 2ee215672e3..91865646259 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,4 +1,4 @@ -elasticsearch = 6.2.3.37 +elasticsearch = 6.2.3.38 elasticsearch_vanilla = 6.2.3 cassandra = 3.11.12.3 lucene = 7.2.1 diff --git a/docs/elassandra/source/conf.py b/docs/elassandra/source/conf.py index 88f0e86fef1..a839b29d02d 100644 --- a/docs/elassandra/source/conf.py +++ b/docs/elassandra/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'6.2.3.37' +version = u'6.2.3.38' # The full version, including alpha/beta/rc tags. -release = u'6.2.3.37' +release = u'6.2.3.38' 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)