Increment version

This commit is contained in:
Stefan Miklosovic 2025-02-04 09:46:26 +01:00
parent 09e7a4d6ae
commit 7c147ef80e
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
3.0.32
3.0.31
* Tighten up permissions on system keyspaces (CASSANDRA-20090)
* Fix incorrect column identifier bytes problem when renaming a column (CASSANDRA-18956)

View File

@ -34,7 +34,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.0.31"/>
<property name="base.version" value="3.0.32"/>
<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"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (3.0.32) UNRELEASED; urgency=medium
* New release
-- Stefan Miklosovic <smiklosovic@apache.org> Tue, 04 Feb 2025 09:43:30 +0100
cassandra (3.0.31) unstable; urgency=medium
* New release