diff --git a/CHANGES.txt b/CHANGES.txt index 19eeb55cc4c..4e66699c4e0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +6.8.4.6 - 2020-06-11 + * Fix #346 Nested objects with inner hits query returns "extracted source isn't an object or an array" + * Fix NPE when network config is wrong + 6.8.4.5 - 2020-05-01 * Fixup NPE on cluster state update * Fix kibana _timestamp field mapper not found diff --git a/buildSrc/version.properties b/buildSrc/version.properties index f5803074608..244f062c01e 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,4 +1,4 @@ -elasticsearch = 6.8.4.5 +elasticsearch = 6.8.4.6 elasticsearch_vanilla = 6.8.4 cassandra = 3.11.6.1 lucene = 7.7.2 diff --git a/docs/elassandra/source/conf.py b/docs/elassandra/source/conf.py index 1df2f74a53b..ef00b93e452 100644 --- a/docs/elassandra/source/conf.py +++ b/docs/elassandra/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'6.8.4.5' +version = u'6.8.4.6' # The full version, including alpha/beta/rc tags. -release = u'6.8.4.5' +release = u'6.8.4.6' 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)