xfsprogs: Release v6.7.0

Update all the necessary files for a 6.7.0 release.

Signed-off-by: Carlos Maiolino <cem@kernel.org>
diff --git a/VERSION b/VERSION
index 15da3a3..c6eb383 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=6
-PKG_MINOR=6
+PKG_MINOR=7
 PKG_REVISION=0
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index e0713e9..f3da664 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.6.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.7.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 8bdfd2a..c605095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (6.7.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 17 Apr 2024 14:00:00 +0100
+
 xfsprogs (6.6.0-1) unstable; urgency=low
 
   * New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index a50dee9..41a3b7c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,12 @@
+xfsprogs-6.7.0 (17 Apr 2024)
+	xfsprogs: Several configure script updates (Christoph Hellwig)
+	xfs_io: Use system's SEEK_DATA and SEEK_HOLE definition (Christoph Hellwig)
+	xfsprogs: Remove platform_defs.h generation on build time (Christoph Hellwig)
+	xfs_db: Fix metadata read error due hardcoded initialization of bb_count (Darrick J. Wong)
+	debian: Increase build verbosity (Bastian Germann)
+	xfsprogs: Request 64-bit time_t where possible (Sam James)
+	xfsprogs: Remove use of LFS64 interfaces (Violet Purcell)
+
 xfsprogs-6.6.0 (05 Feb 2024)
 	xfsprogs: Several bug fixes (Darrick J. Wong)
 	xfs_scrub: add missing license and copyright information (Darrick J. Wong)
@@ -7,6 +16,7 @@
 	xfs_db: Add upport to read from external log device (Chandan Babu R)
 	metadump: New metadump format (Chandan Babu R)
 	xfs_quota: fix missing mount point warning (Pavel Reichl)
+
 xfsprogs-6.5.0 (12 Oct 2023)
 	libxfs: fix atomic64_t detection on x86_32 (Darrick J. Wong)
 	libxfs: use XFS_IGET_CREATE when creating new files (Darrick J. Wong)