diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,7 @@
+## 0.4.1
+
+- Support GHC-8.6.5...GHC-9.10.1
+
 ## 0.4.0.1
 
 - Fix Each These instance
diff --git a/strict-optics.cabal b/strict-optics.cabal
--- a/strict-optics.cabal
+++ b/strict-optics.cabal
@@ -1,5 +1,5 @@
 name:               strict-optics
-version:            0.4.0.1
+version:            0.4.1
 synopsis:           Optics for types in strict package
 category:           Data, Optics
 description:        Optics for types in strict package.
@@ -19,12 +19,15 @@
 cabal-version:      >=1.10
 build-type:         Simple
 tested-with:
-  GHC ==8.0.2
-   || ==8.2.2
-   || ==8.4.4
-   || ==8.6.5
-   || ==8.8.3
-   || ==8.10.1
+  GHC ==8.6.5
+   || ==8.8.4
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.8
+   || ==9.4.8
+   || ==9.6.6
+   || ==9.8.2
+   || ==9.10.1
 
 extra-source-files: CHANGES.md
 
@@ -40,9 +43,9 @@
     -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
 
   build-depends:
-      base         >=4.9 && <5
-    , optics-core  >=0.3 && <0.4
-    , strict       >=0.4 && <0.4.1
+      base         >=4.12.0.0 && <5
+    , optics-core  >=0.4.1.1  && <0.5
+    , strict       >=0.5.1    && <0.5.2
 
   hs-source-dirs:   src
   exposed-modules:  Data.Strict.Optics
