Skip to content

Commit

Permalink
release 5.5.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Royer committed Jun 22, 2018
1 parent 8299a6b commit dbd6d29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.5.0.19 - 2018-06-17
* Enhance multicloud support
* Fix #199 cassandra update to null
* Fix race condition on index initialization

5.5.0.18 - 2018-06-05
* Fix support for range partition deletion and add support for smallint and tinyint
* Fix #197 Deletion of a List element removes the document on ES
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 = 18
elassandra = 19
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.18'
release = u'5.5.0.19'

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 dbd6d29

Please sign in to comment.