xfsprogs: Release v7.2.0

Update all the necessary files for a v7.2.0 release.

Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
diff --git a/VERSION b/VERSION
index 118d8fa..2b34649 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=7
-PKG_MINOR=1
-PKG_REVISION=1
+PKG_MINOR=2
+PKG_REVISION=0
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 8a2505e..a4e4918 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[7.1.1],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[7.2.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index 6b3c7aa..d6f465f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (7.2.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 16 Sep 2026 13:11:30 +0200
+
 xfsprogs (7.1.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index a96981b..12178e2 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,19 @@
+xfsprogs-7.2.0 (16 Sep 2026)
+	xfs_spaceman: port makecfg to use xfsquotactl (Darrick J. Wong)
+	xfs_quota: open the filesystem mountpoint for quota operations (Darrick J. Wong)
+	man: document that XFS_IOC_FS[G|S]ETXATTR can not be used on special files (Andrey Albershteyn)
+	mkfs: allow specification of default options via configuration file (Darrick J. Wong)
+	xfs_admin: print configuration file for mounted filesystems (Darrick J. Wong)
+	xfs_spaceman: print configuration file for mounted filesystems (Darrick J. Wong)
+	xfs_db: print configuration file for mounted filesystems (Darrick J. Wong)
+	mkfs: print config file for a given mkfs configuration (Darrick J. Wong)
+	mkfs: automatically upgrade autofsck earlier (Darrick J. Wong)
+	mkfs: Emit a clearer message if too-small log is due to AG geometry (Eric Sandeen)
+	xfs_db: improve the fsmap man page entry (Christoph Hellwig)
+	copy: always align to at least page size (Christoph Hellwig)
+	copy: log the error number when failing to write (Christoph Hellwig)
+	libfrog: make cmn_err() emit each message atomically to avoid torn output (Avinesh Kumar)
+
 xfsprogs-7.1.1 (17 Jul 2026)
 	xfsprogs: healer: install targets one at a time (Allen Hewes)
 	fiemap: add a nosync option (Pankaj Raghav)