erofs-utils: release 1.8.10

Signed-off-by: Gao Xiang <xiang@kernel.org>
diff --git a/ChangeLog b/ChangeLog
index fb57ca9..8dc4192 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+erofs-utils 1.8.10
+
+ * A quick maintenance release that includes the following fixes:
+   - (mkfs.erofs) Fix extent-based deduplication which can cause data corruption
+                  if target images are larger than 4GiB;
+   - (mkfs.erofs) Switch to on-heap temporary buffers for libzstd and libdeflate
+                  to replace on-stack VLAs;
+   - (fsck.erofs/erofsfuse) Fix large compressed fragment handling, which could
+                            be generated by the `-Eall-fragments` option (though
+			    rare) and was rejected by mistake;
+   - Miscellaneous minor fixes.
+
+ -- Gao Xiang <xiang@kernel.org>  Tue, 15 Jul 2025 00:00:00 +0800
+
 erofs-utils 1.8.9
 
  * A quick maintenance release that includes the following fix:
diff --git a/VERSION b/VERSION
index fbbf228..7bc375b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.8.9
-2025-06-26
+1.8.10
+2025-07-15