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-squeal
-version:             0.2.0.0
+version:             0.3.0.0
 github:              "simspace/postgresql-tx"
 license:             BSD3
 license-file:        LICENSE.md
@@ -23,7 +23,7 @@
 - bytestring >= 0.10.10.0 && < 0.11
 - generics-sop >= 0.5.1.0 && < 0.6
 - postgresql-libpq >= 0.9.4.2 && < 0.10
-- postgresql-tx >= 0.2.0.0 && < 0.3
+- postgresql-tx >= 0.3.0.0 && < 0.4
 - records-sop >= 0.1.0.3 && < 0.2
 - squeal-postgresql >= 0.7.0.1 && < 0.8
 - unliftio >= 0.2.13 && < 0.3
diff --git a/postgresql-tx-squeal.cabal b/postgresql-tx-squeal.cabal
--- a/postgresql-tx-squeal.cabal
+++ b/postgresql-tx-squeal.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: e701f125cf44879463dd9939bb3949bfcb0630c866cf1314ee8a603d80a588e5
+-- hash: 0a16a207bb0e42b85cc8b9cc8937c85d1bd78877d5696bfae23e6c9de8f20b14
 
 name:           postgresql-tx-squeal
-version:        0.2.0.0
+version:        0.3.0.0
 synopsis:       postgresql-tx interfacing for use with squeal-postgresql.
 description:    Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
 category:       Database
@@ -43,7 +43,7 @@
     , bytestring >=0.10.10.0 && <0.11
     , generics-sop >=0.5.1.0 && <0.6
     , postgresql-libpq >=0.9.4.2 && <0.10
-    , postgresql-tx >=0.2.0.0 && <0.3
+    , postgresql-tx >=0.3.0.0 && <0.4
     , records-sop >=0.1.0.3 && <0.2
     , squeal-postgresql >=0.7.0.1 && <0.8
     , unliftio >=0.2.13 && <0.3
