diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
+0.3.3
+=====
+* GHC 9.4.4 support
+
 0.3.2
-====
+=====
 * GHC 9.2.2 support
 * Drop export executable
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -47,6 +47,9 @@
 
 Stack LTS:
 
+* lts-6.x
+* lts-7.x
+* lts-8.x
 * lts-9.x
 * lts-10.x
 * lts-11.x
@@ -56,6 +59,8 @@
 * lts-15.x
 * lts-16.x
 * lts-17.x
+* lts-18.x
+* lts-19.14 and higher
 
 Usage
 -----
diff --git a/protolude.cabal b/protolude.cabal
--- a/protolude.cabal
+++ b/protolude.cabal
@@ -1,5 +1,5 @@
 name:               protolude
-version:            0.3.2
+version:            0.3.3
 synopsis:           A small prelude.
 description:        A sensible set of defaults for writing custom Preludes.
 homepage:           https://github.com/sdiehl/protolude
@@ -67,11 +67,11 @@
   build-depends:
       array                >=0.4  && <0.6
     , async                >=2.0  && <2.3
-    , base                 >=4.6  && <4.17
-    , bytestring           >=0.10 && <0.11.4
+    , base                 >=4.6  && <4.18
+    , bytestring           >=0.10 && <0.12
     , containers           >=0.5  && <0.7
     , deepseq              >=1.3  && <1.5
-    , ghc-prim             >=0.3  && <0.9
+    , ghc-prim             >=0.3  && <0.10
     , hashable             >=1.2  && <1.5
     , mtl                  >=2.1  && <2.3
     , mtl-compat           >=0.2  && <0.3
