increment version to 4.0.16

This commit is contained in:
Brandon Williams 2024-11-18 09:00:59 -06:00
parent b88fe80910
commit a231b787e5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
4.0.16
4.0.15
* Backport of CASSANDRA-17812: Rate-limit new client connection auth setup to avoid overwhelming bcrypt (CASSANDRA-20057)
* Support UDTs and vectors as clustering keys in descending order (CASSANDRA-20050)

View File

@ -34,7 +34,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="4.0.15"/>
<property name="base.version" value="4.0.16"/>
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>