prep 3.2.1 release
diff --git a/NEWS.txt b/NEWS.txt
index c995d89..ab73f2f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,6 +13,16 @@
 'sstableloader' tool. You can upgrade the file format of your snapshots
 using the provided 'sstableupgrade' tool.
 
+
+3.2.1
+=====
+
+Upgrading
+---------
+    - Nothing specific to this release, but please see 3.2 if you are upgrading
+      from a previous version.
+
+
 3.2
 ===
 
diff --git a/build.xml b/build.xml
index 51589bb..00fa07f 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="3.2"/>
+    <property name="base.version" value="3.2.1"/>
     <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
diff --git a/debian/changelog b/debian/changelog
index 7e455ac..803a50b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (3.2.1) unstable; urgency=medium
+
+  * New release
+
+ -- Jake Luciani <jake@apache.org>  Thu, 14 Jan 2016 10:18:26 -0500
+
 cassandra (3.2) unstable; urgency=medium
 
   * New release