Skip to content

Commit

Permalink
release 6.2.3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Royer committed Dec 14, 2021
1 parent f5eff86 commit ef97565
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
6.2.3.34 - 2020-12-14
* Upgrade log4j to fix CVE-2021-44228

6.2.3.33 - 2020-02-01
* Fix a possible StackOverflowError
* Fix a mapping update issue when having a datacenter group
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elasticsearch = 6.2.3.33
elasticsearch = 6.2.3.34
elasticsearch_vanilla = 6.2.3
cassandra = 3.11.9.1
lucene = 7.2.1
Expand Down
4 changes: 2 additions & 2 deletions docs/elassandra/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'6.2.3.33'
version = u'6.2.3.34'
# The full version, including alpha/beta/rc tags.
release = u'6.2.3.32'
release = u'6.2.3.34'

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 ef97565

Please sign in to comment.