diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # kiroku-otel changelog
 
+## 0.2.0.6 — 2026-08-15
+
+### Other Changes
+
+* Built with `ghc-options: -Wall -Werror=incomplete-patterns`, matching every
+  other package in the repository. The tracer's `KirokuEvent` match was
+  already exhaustive, so no source change was required and no `kiroku-otel`
+  API or runtime behavior changed.
+
 ## 0.2.0.5 — 2026-08-13
 
 ### Other Changes
diff --git a/kiroku-otel.cabal b/kiroku-otel.cabal
--- a/kiroku-otel.cabal
+++ b/kiroku-otel.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            kiroku-otel
-version:         0.2.0.5
+version:         0.2.0.6
 synopsis:
   OpenTelemetry W3C trace-context helpers for Kiroku event metadata
 
@@ -33,7 +33,7 @@
     OverloadedLabels
     OverloadedStrings
 
-  ghc-options:        -Wall
+  ghc-options:        -Wall -Werror=incomplete-patterns
 
 library
   import:          common
