diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `icloud-notes` uses [PVP Versioning][1].
 
+## 0.1.0.2 -- 2026-07-30
+
+* Remove unused `proto3-suite` dependency.
+
 ## 0.1.0.1 -- 2026-07-30
 
 * Relax `hstratus-auth` upper bound to `<0.3`.
diff --git a/hstratus-notes.cabal b/hstratus-notes.cabal
--- a/hstratus-notes.cabal
+++ b/hstratus-notes.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               hstratus-notes
-version:            0.1.0.1
+version:            0.1.0.2
 synopsis:           Access iCloud Notes
 description:
   Browse notes and folders from iCloud Notes using an authenticated session
@@ -71,7 +71,6 @@
     , http-client          >=0.5 && <0.8
     , http-types           >=0.12.1 && <0.13
     , hstratus-auth        >=0.1 && <0.3
-    , proto3-suite         >=0.7 && <0.11
     , proto3-wire          >=1.0 && <2
     , text                 >=1.2.3 && <2.2
     , time                 >=1.9 && <1.15
