Skip to content

Commit

Permalink
release 6.2.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Oct 18, 2019
1 parent 2339d32 commit c988a13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
@@ -1,4 +1,7 @@
6.2.3.19 - 2018-10-10
6.2.3.21 - 2018-10-16
* Remove elastic_admin RF adjustment

6.2.3.20 - 2018-10-10
* Fix possible mapping loss when having multiple indices on the same table
* Add support for aggregation on opaque_map keys

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
@@ -1,4 +1,4 @@
elasticsearch = 6.2.3.20
elasticsearch = 6.2.3.21
elasticsearch_vanilla = 6.2.3
cassandra = 3.11.4.3
lucene = 7.2.1
Expand Down
4 changes: 2 additions & 2 deletions docs/elassandra/source/conf.py
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = u'6.2.3.20'
version = u'6.2.3.21'
# The full version, including alpha/beta/rc tags.
release = u'6.2.3.20'
release = u'6.2.3.21'

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 c988a13

Please sign in to comment.