diff --git a/CHANGES.txt b/CHANGES.txt index afdccda02fd..47fb20e72ea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +6.2.3.33 - 2020-02-01 + * Fix a possible StackOverflowError + * Fix a mapping update issue when having a datacenter group + * Fix sub types matching + 6.2.3.32 - 2020-12-16 * Upgrade to cassandra 3.11.9.1 * Rename the finalize method to avoid GC issue diff --git a/buildSrc/version.properties b/buildSrc/version.properties index a69ed86b7d9..15b207d5a6b 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,4 +1,4 @@ -elasticsearch = 6.2.3.32 +elasticsearch = 6.2.3.33 elasticsearch_vanilla = 6.2.3 cassandra = 3.11.9.1 lucene = 7.2.1 diff --git a/docs/elassandra/source/conf.py b/docs/elassandra/source/conf.py index 49f7e86129c..f4665c72669 100644 --- a/docs/elassandra/source/conf.py +++ b/docs/elassandra/source/conf.py @@ -65,7 +65,7 @@ # built documents. # # The short X.Y version. -version = u'6.2.3.32' +version = u'6.2.3.33' # The full version, including alpha/beta/rc tags. release = u'6.2.3.32'