diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@
 
 - Awesome upcoming features!
 
+## 0.1.0.1 - Keep compatibility with ghc 9.2/9.4 - 2025-10-26
+
+- Keep compatibility with ghc 9.2/9.4.
+
 ## 0.1.0.0 - Support differently designed lamps - 2025-05-29
 
 - Separate lamp specification from WLED interaction - so that own designs could be integrated.
diff --git a/wled-json.cabal b/wled-json.cabal
--- a/wled-json.cabal
+++ b/wled-json.cabal
@@ -1,11 +1,11 @@
 cabal-version: 2.2
 
--- This file has been generated from package.yaml by hpack version 0.38.0.
+-- This file has been generated from package.yaml by hpack version 0.38.1.
 --
 -- see: https://github.com/sol/hpack
 
 name:           wled-json
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Convenient interface for interacting with WLED devices
 description:    Please see the README on GitHub at <https://github.com/alaendle/wled-json#readme>
 category:       Interfaces
@@ -22,7 +22,7 @@
   , GHC == 9.4.8
   , GHC == 9.6.7
   , GHC == 9.8.4
-  , GHC == 9.10.2
+  , GHC == 9.10.3
   , GHC == 9.12.2
 extra-source-files:
     README.md
@@ -55,6 +55,9 @@
     , deriving-aeson >=0.2.9 && <0.3
     , http-conduit >=2.3.9.1 && <2.4
   default-language: Haskell2010
+  if impl(ghc < 9.6)
+    build-depends:
+        crypton-x509-store <1.6.12
 
 executable wled-json-demo
   main-is: Main.hs
