Increment version to 4.0.9

This commit is contained in:
Stefan Miklosovic 2023-02-15 10:12:15 +01:00
parent 4e0aad3319
commit 7b079503eb
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
4.0.9
* Split and order IDEA workspace template VM_PARAMETERS (CASSANDRA-18242)
Merged from 3.11:
Merged from 3.0:
4.0.8
* Log warning message on aggregation queries without key or on multiple keys (CASSANDRA-18219)
* Fix the output of FQL dump tool to properly separate entries (CASSANDRA-18215)

View File

@ -33,7 +33,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="4.0.8"/>
<property name="base.version" value="4.0.9"/>
<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;a=tree"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (4.0.9) UNRELEASED; urgency=medium
* New release
-- Stefan Miklosovic <smiklosovic@apache.org> Wed, 15 Feb 2023 08:05:12 +0100
cassandra (4.0.8) unstable; urgency=medium
* New release