diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change log
 
+## 0.3.0.0
+
+* Updated for postgresql-tx-0.3.0.0.
+
 ## 0.2.0.0
 
 * Updated for postgresql-tx-0.2.0.0.
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name:                postgresql-tx-query
-version:             0.2.0.0
+version:             0.3.0.0
 github:              "simspace/postgresql-tx"
 license:             BSD3
 license-file:        LICENSE.md
@@ -26,9 +26,9 @@
 - mtl >= 2.2.2 && < 2.3
 - postgresql-query >= 3.5.0 && < 3.6
 - postgresql-simple >= 0.6.2 && < 0.7
-- postgresql-tx >= 0.2.0.0 && < 0.3
-- postgresql-tx-monad-logger >= 0.2.0.0 && < 0.3
-- postgresql-tx-simple >= 0.2.0.0 && < 0.3
+- postgresql-tx >= 0.3.0.0 && < 0.4
+- postgresql-tx-monad-logger >= 0.3.0.0 && < 0.4
+- postgresql-tx-simple >= 0.3.0.0 && < 0.4
 - transformers >= 0.5.6.2 && < 0.6
 - transformers-base >= 0.4.5.2 && < 0.5
 
diff --git a/postgresql-tx-query.cabal b/postgresql-tx-query.cabal
--- a/postgresql-tx-query.cabal
+++ b/postgresql-tx-query.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: de75a082fc842191537ebebf90b7cab40f5bc05129aa56df357a75d3f0928172
+-- hash: 689dfd1da635371f74ec28be48899c9f0699aa6cd7e7ba17da16b164a6eb1d0b
 
 name:           postgresql-tx-query
-version:        0.2.0.0
+version:        0.3.0.0
 synopsis:       postgresql-tx interfacing for use with postgresql-query.
 description:    Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
 category:       Database
@@ -46,9 +46,9 @@
     , mtl >=2.2.2 && <2.3
     , postgresql-query >=3.5.0 && <3.6
     , postgresql-simple >=0.6.2 && <0.7
-    , postgresql-tx >=0.2.0.0 && <0.3
-    , postgresql-tx-monad-logger >=0.2.0.0 && <0.3
-    , postgresql-tx-simple >=0.2.0.0 && <0.3
+    , postgresql-tx >=0.3.0.0 && <0.4
+    , postgresql-tx-monad-logger >=0.3.0.0 && <0.4
+    , postgresql-tx-simple >=0.3.0.0 && <0.4
     , transformers >=0.5.6.2 && <0.6
     , transformers-base >=0.4.5.2 && <0.5
   default-language: Haskell2010
