Skip to content

Commit 1c0d95d

Browse files
author
vroyer
committed
release 6.2.3.26
1 parent 61b0a0d commit 1c0d95d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.2.3.26 - 2020-02-29
2+
* Switch to cassandra 3.11.5.3
3+
* Improve gradle publication
4+
15
6.2.3.25 - 2020-02-17
26
* Optimize the IndexMetaData.keyspace method
37
* Fix TimeUUID & Base64 Ingest processor declaration

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 6.2.3.25
1+
elasticsearch = 6.2.3.26
22
elasticsearch_vanilla = 6.2.3
33
cassandra = 3.11.5.3
44
lucene = 7.2.1

docs/elassandra/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = u'6.2.3.25'
70+
version = u'6.2.3.26'
7171
# The full version, including alpha/beta/rc tags.
72-
release = u'6.2.3.25'
72+
release = u'6.2.3.26'
7373

7474
tgz_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.tar.gz".format(release)
7575
deb_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.deb".format(release)

0 commit comments

Comments
 (0)