xfsdump: Release 3.2.0

Update all the necessary files for a 3.2.0 release.

Signed-off-by: Carlos Maiolino <cem@kernel.org>
diff --git a/VERSION b/VERSION
index e51bada..efd057b 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=3
-PKG_MINOR=1
-PKG_REVISION=12
+PKG_MINOR=2
+PKG_REVISION=0
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 43dd0a5..200654e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsdump], [3.1.12])
+AC_INIT([xfsdump], [3.2.0])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index d5106b5..71f5204 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.2.0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Thu, 09 Sep 2024 14:00:00 +0200
+
 xfsdump (3.1.12) unstable; urgency=low
 
   * New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index ca91b53..e22db52 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,9 @@
+xfsdump-3.2.0 (09 Sep 2024)
+	- don't use O_DIRECT on the RT device (Christoph Hellwig)
+	- Fix memory leak (Pavel Reichl)
+	- suggest -x rather than assert for false roots in restore (Donald Douwsma)
+	- fix rootdir due to xfsdump bulkstat misuse (Gao Xiang)
+
 xfsdump-3-1.12 (15 Dec 2022)
 	- Fix inventory unpacking (Donald Douwsma)