increment version to 4.0.16

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

View File

@ -1,3 +1,6 @@
4.0.16
4.0.15
* Change the resolution of AbstractCommitLogService#lastSyncedAt to nanos to be aligned with later comparisons (CASSANDRA-20074)
* Backport of CASSANDRA-17812: Rate-limit new client connection auth setup to avoid overwhelming bcrypt (CASSANDRA-20057)

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"/>