diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## 3.8.0
+### Changed
+* Compatibility with ghc-8.8.3
+
 ## 3.7.0
 ### Changed
 * Use 'HasCallStack' and logging with stack (ilyakooo0)
diff --git a/postgresql-query.cabal b/postgresql-query.cabal
--- a/postgresql-query.cabal
+++ b/postgresql-query.cabal
@@ -1,5 +1,5 @@
 name:                postgresql-query
-version:             3.7.0
+version:             3.8.0
 
 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM
           using it
