diff --git a/CHANGES.txt b/CHANGES.txt index 99da8f64a3..400f9d0009 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +2.2.15 + * Multi-version in-JVM dtests (CASSANDRA-14937) + + 2.2.14 * CircleCI docker image should bake in more dependencies (CASSANDRA-14985) * Don't enable client transports when bootstrap is pending (CASSANDRA-14525) diff --git a/NEWS.txt b/NEWS.txt index 730a48a724..2994b4b435 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -42,6 +42,14 @@ restore snapshots created with the previous major version using the 'sstableloader' tool. You can upgrade the file format of your snapshots using the provided 'sstableupgrade' tool. +2.2.15 +====== + +Upgrading +--------- + - Nothing specific to this release, but please see 2.2 if you are upgrading + from a previous version. + 2.2.14 ====== diff --git a/build.xml b/build.xml index aea5b171e5..8922ffb8dc 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/debian/changelog b/debian/changelog index 1abcca13e1..9c1fcb9aa1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.2.15) unstable; urgency=medium + + * New release + + -- Michael Shuler Mon, 11 Feb 2019 20:58:53 -0600 + cassandra (2.2.14) unstable; urgency=medium * New release