diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Changelog
 
+## 2.3.3
+
+- Bump wai-app-static upper bound to include 3.2.x
+- set tls bound to be bigger then 2.3.0, this forces the solver to include ram on any comming version
+
 ## 2.3.2
 
 - Bump `tls` upper bound from `<2.2` to `<2.4` to allow tls 2.2.x and 2.3.x.
diff --git a/keter.cabal b/keter.cabal
--- a/keter.cabal
+++ b/keter.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               keter
-version:            2.3.2
+version:            2.3.3
 synopsis:
   Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime.
 
@@ -71,7 +71,7 @@
     , unordered-containers  >=0.2.17   && <0.3
     , vector                >=0.12.3.0 && <1.0.0.0
     , wai                   >=3.2.3    && <3.3
-    , wai-app-static        >=3.1      && <3.2
+    , wai-app-static        >=3.1      && <3.3
     , wai-extra             >=3.0.3    && <3.2
     , warp                  >=3.3.20   && <3.4     || ^>=3.4.0
     , warp-tls              ^>=3.0.3   || ^>=3.1   || ^>=3.2      || ^>=3.3 || ^>=3.4
