diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.2.2.0
+=======
+
+* Push version for `postgresql-query`.
+
 0.2.1.0
 =======
 
diff --git a/servant-db-postgresql.cabal b/servant-db-postgresql.cabal
--- a/servant-db-postgresql.cabal
+++ b/servant-db-postgresql.cabal
@@ -1,5 +1,5 @@
 name:                 servant-db-postgresql
-version:              0.2.1.0
+version:              0.2.2.0
 synopsis:             Derive a postgres client to database API specified by servant-db
 -- description:
 license:              BSD3
@@ -14,7 +14,12 @@
   README.md
   CHANGELOG.md
 cabal-version:        >=1.10
+homepage:             https://github.com/NCrashed/servant-db-postgresql
 
+source-repository head
+  type: git
+  location: https://github.com/NCrashed/servant-db-postgresql.git
+  
 flag examples
   description: Enables compilation of examples
   default: False
@@ -33,7 +38,7 @@
       base                          >= 4.7   && < 5
     , bytestring                    >= 0.10  && < 0.11
     , containers                    >= 0.5   && < 0.6
-    , postgresql-query              >= 3.0   && < 3.1
+    , postgresql-query              >= 3.0   && < 3.2
     , postgresql-simple             >= 0.5   && < 0.6
     , servant                       >= 0.9   && < 0.10
     , servant-db                    >= 0.2   && < 0.3
