diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,10 @@
 
 ## 0.1.0.0 -- 2023-07-03
 
-* First version. Released on an unsuspecting world.
+* Released on an unsuspecting world.
 
 ## 0.1.1.0 -- 2023-07-03
 
-* Second version.
 * Added 0.1.0.0 release date.
 * Updated path of Yesod.Static.Streamly to Yesod.Default.Util.Streamly.
 * Updated base from 4.16.4.0 (GHC 9.2.7) to 4.17.1.0 (GHC 9.4.5).
@@ -15,17 +14,18 @@
 
 ## 0.1.1.1 -- 2023-07-03
 
-* Third version.
 * First non-candidate version (version bump).
 
 ## 0.1.2.1 -- 2023-07-07
 
-* Fourth version.
 * Added staticStreamly function in Yesod.Static.Streamly.
 * Added supporting functionality for staticStreamly in Yesod.Static.Streamly.Internal.
 
 ## 0.1.3.1 -- 2023-07-07
 
-* Fifth version.
 * Added staticFilesStreamly function to Yesod.Static.Streamly.
 * Added supporting functionality for staticFilesStreamly in Yesod.Static.Streamly.Internal.
+
+## 0.1.3.2 -- 2023-07-07
+
+* Updated bounds for template-haskell dependency. 
diff --git a/yesod-static-streamly.cabal b/yesod-static-streamly.cabal
--- a/yesod-static-streamly.cabal
+++ b/yesod-static-streamly.cabal
@@ -20,7 +20,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.1.3.1
+version:            0.1.3.2
 
 -- A short (one-line) description of the package.
 synopsis:           A streamly-based library providing performance-focused alternatives for functionality found in yesod-static.
@@ -90,7 +90,7 @@
                       mtl >= 2.2.2 && < 2.3,
                       streamly-bytestring >= 0.2.0 && < 0.3,
                       streamly-core >= 0.1.0 && < 0.2,
-                      template-haskell,
+                      template-haskell >= 2.19.0 && < 2.20,
                       text >= 2.0.2 && < 2.1,
                       wai-app-static >= 3.1.7 && < 3.2,
                       yesod-core >= 1.6.24 && < 1.7,
