Skip to content

Commit 705edad

Browse files
author
vroyer
committed
release 6.8.4.4
1 parent c693c5b commit 705edad

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
6.8.4.4 - 2020-04-13
2+
* Upgrade to cassandra-3.11.6
3+
* Fix RandomSearchStrategy
4+
* Add a new RackAwareSearchStrategy
5+
* Improve integration tests
6+
17
6.8.4.3 - 2020-02-29
28
* Switch to cassandra 3.11.5.3
39
* Improve gradle publication

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 6.8.4.3
1+
elasticsearch = 6.8.4.4
22
elasticsearch_vanilla = 6.8.4
33
cassandra = 3.11.6.1
44
lucene = 7.7.2

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.8.4.3'
70+
version = u'6.8.4.4'
7171
# The full version, including alpha/beta/rc tags.
72-
release = u'6.8.4.3'
72+
release = u'6.8.4.4'
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)