diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@
 
 ## [Unreleased]
 
+## [0.6.0.1] - 2026-08-16
+
+No library changes. Released to keep the version in step with `okf-cli`
+`0.6.0.1`, which fixes how profile diagnostics render non-ASCII values.
+
 ## [0.6.0.0] - 2026-08-11
 
 ### Added
diff --git a/okf-core.cabal b/okf-core.cabal
--- a/okf-core.cabal
+++ b/okf-core.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.4
 name:               okf-core
-version:            0.6.0.0
+version:            0.6.0.1
 synopsis:
   Read, validate, index, and traverse Open Knowledge Format bundles
 
