Skip to content

Commit

Permalink
release 5.5.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Royer committed Jul 16, 2018
1 parent 03d89fe commit 88fcf93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.5.0.20 - 2018-07-16
* #211 Improve ip replacement management
* Fix race condition when computing the routing table
* Fix NPE when logging an error
* Fix bug #199 with node.name

5.5.0.19 - 2018-06-17
* Enhance multicloud support
* Fix #199 cassandra update to null
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
elasticsearch = 5.5.0
lucene = 6.6.0
elassandra = 19
elassandra = 20
cassandra = 3.11.2

# optional dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/elassandra/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.19'
release = u'5.5.0.20'

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)
Expand Down

0 comments on commit 88fcf93

Please sign in to comment.