diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -108,6 +108,10 @@
 * Updated copyright in all modules.
 * Updated LICENSE with updated year.
 
-# 0.10.0.1 -- 2024-07-15
+## 0.10.0.1 -- 2024-07-15
 
 * Added missing documentation for BAM_V1_6_BAM_Alignment_OptionalFields(..).
+
+## 0.10.1.2 -- 2024-07-15
+
+* Fixed previous CHANGELOG entry (0.10.0.1).
diff --git a/hs-samtools.cabal b/hs-samtools.cabal
--- a/hs-samtools.cabal
+++ b/hs-samtools.cabal
@@ -20,7 +20,7 @@
 -- PVP summary:     +-+-------- breaking API changes
 --                  | |  +----- non-breaking API additions
 --                  | |  | +--- code changes with no API change
-version:            0.10.0.1
+version:            0.10.0.2
 
 -- A short (one-line) description of the package.
 synopsis: Read and write SAM, BAM, and CRAM files.
