diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.0.0.1] - 2022-08-14
+
+- Compat: support GHC 9.4.1
+
 ## [1.0.0] - 2022-06-30
 
 - Initial release.
diff --git a/ki-unlifted.cabal b/ki-unlifted.cabal
--- a/ki-unlifted.cabal
+++ b/ki-unlifted.cabal
@@ -11,7 +11,8 @@
 name: ki-unlifted
 stability: experimental
 synopsis: A lightweight structured-concurrency library
-version: 1.0.0
+-- tested-with: GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.1
+version: 1.0.0.1
 
 description:
   A lightweight structured-concurrency library.
@@ -29,7 +30,7 @@
 
 common component
   build-depends:
-    base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16,
+    base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17,
   default-extensions:
     AllowAmbiguousTypes
     BangPatterns
