Skip to content

Commit 88fcf93

Browse files
author
Vincent Royer
committed
release 5.5.0.20
1 parent 03d89fe commit 88fcf93

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.5.0.20 - 2018-07-16
2+
* #211 Improve ip replacement management
3+
* Fix race condition when computing the routing table
4+
* Fix NPE when logging an error
5+
* Fix bug #199 with node.name
6+
17
5.5.0.19 - 2018-06-17
28
* Enhance multicloud support
39
* Fix #199 cassandra update to null

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
elasticsearch = 5.5.0
22
lucene = 6.6.0
3-
elassandra = 19
3+
elassandra = 20
44
cassandra = 3.11.2
55

66
# optional dependencies

docs/elassandra/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The short X.Y version.
6868
version = u'5.5.0'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'5.5.0.19'
70+
release = u'5.5.0.20'
7171

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

0 commit comments

Comments
 (0)