diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change log
 
+## 0.2.0.0
+
+* Updated for postgresql-tx-0.3.0.0.
+
 ## 0.1.0.0
 
 * Initial release
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name:                postgresql-tx-squeal-compat-simple
-version:             0.1.0.0
+version:             0.2.0.0
 github:              "simspace/postgresql-tx"
 license:             BSD3
 license-file:        LICENSE.md
@@ -21,7 +21,7 @@
 dependencies:
 - base >= 4.7 && < 5
 - postgresql-simple >= 0.6.2 && < 0.7
-- postgresql-tx-squeal >= 0.2.0.0 && < 0.3
+- postgresql-tx-squeal >= 0.3.0.0 && < 0.4
 
 library:
   source-dirs: src
diff --git a/postgresql-tx-squeal-compat-simple.cabal b/postgresql-tx-squeal-compat-simple.cabal
--- a/postgresql-tx-squeal-compat-simple.cabal
+++ b/postgresql-tx-squeal-compat-simple.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 9e41fa7e1ce0b7332c8127c01fcc669021bd3a67e11cfcf296209d780df16fcc
+-- hash: 4e549c81b966b0d51addc9c29b18f25fec88d19f214f14789c2a104dc3e9f388
 
 name:           postgresql-tx-squeal-compat-simple
-version:        0.1.0.0
+version:        0.2.0.0
 synopsis:       Connection interop from postgresql-simple connections to postgresql-libpq connections.
 description:    Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
 category:       Database
@@ -39,5 +39,5 @@
   build-depends:
       base >=4.7 && <5
     , postgresql-simple >=0.6.2 && <0.7
-    , postgresql-tx-squeal >=0.2.0.0 && <0.3
+    , postgresql-tx-squeal >=0.3.0.0 && <0.4
   default-language: Haskell2010
