diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Revision history for kiroku-metrics
 
+## 0.1.0.7 -- 2026-08-15
+
+### Other Changes
+
+* Built with `ghc-options: -Wall -Werror=incomplete-patterns`, matching every
+  other package in the repository. The fixed subscription metrics schema's
+  `KirokuEvent` match was already exhaustive, so no source change was required
+  and no `kiroku-metrics` API or runtime behavior changed.
+
 ## 0.1.0.6 -- 2026-08-13
 
 ### Other Changes
diff --git a/kiroku-metrics.cabal b/kiroku-metrics.cabal
--- a/kiroku-metrics.cabal
+++ b/kiroku-metrics.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            kiroku-metrics
-version:         0.1.0.6
+version:         0.1.0.7
 synopsis:
   Metrics, health, and event-streaming HTTP endpoints for Kiroku
 
@@ -34,7 +34,7 @@
     OverloadedStrings
     RecordWildCards
 
-  ghc-options:        -Wall
+  ghc-options:        -Wall -Werror=incomplete-patterns
 
 library
   import:          common
