xfsprogs: Release v6.2.0

Update all the necessary files for a 6.2.0 release.

Signed-off-by: Carlos Maiolino <cem@kernel.org>
diff --git a/VERSION b/VERSION
index 654458c..928d0ac 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=6
-PKG_MINOR=1
-PKG_REVISION=1
+PKG_MINOR=2
+PKG_REVISION=0
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 63cc18c..b6159bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.1.1],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.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 8e3d8c7..e7f59a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (6.2.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 24 Mar 2023 10:30:00 -0400
+
 xfsprogs (6.1.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index 40f2ae5..207246a 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,15 @@
+xfsprogs-6.2.0 (24 Mar 2023)
+	xfs_repair: fix incorrect dabtree hashval comparison (Darrick J. Wong)
+	mkfs: protofile can now create directories with spaces  in their names (Darrick J. Wong)
+	mkfs: check dirent names when reading protofile (Darrick J. Wong)
+	xfs_io: fix bmap command not detecting realtime files with xattrs (Darrick J. Wong)
+	xfs_io: set fs_path when opening files on foreign filesystems (Darrick J. Wong)
+	xfs_scrub: fix broken realtime free blocks unit conversions (Darrick J. Wong)
+	xfs_spaceman: fix broken -g behavior in freesp command (Darrick J. Wong)
+	xfs_admin: correctly parse IO_OPTS parameters (Catherine Hoang)
+	Fix autoconf during debian package builds (Dave Chinner)
+	xfs_admin: fsuuid cmd can now retrive UUID of mounted filesystems (Catherine Hoang)
+
 xfsprogs-6.1.1 (13 Jan 2023)
 	- scrub: fix warnings/errors due to missing include (Holger Hoffstatte)
 	- debian: Add missing pkg version to the changelog (Carlos Maiolino)