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-simple
-version:             0.2.0.0
+version:             0.3.0.0
 github:              "simspace/postgresql-tx"
 license:             BSD3
 license-file:        LICENSE.md
@@ -22,7 +22,7 @@
 - base >= 4.7 && < 5
 - bytestring >= 0.10.10.0 && < 0.11
 - postgresql-simple >= 0.6.2 && < 0.7
-- postgresql-tx >= 0.2.0.0 && < 0.3
+- postgresql-tx >= 0.3.0.0 && < 0.4
 - transformers >= 0.5.6.2 && < 0.6
 
 library:
diff --git a/postgresql-tx-simple.cabal b/postgresql-tx-simple.cabal
--- a/postgresql-tx-simple.cabal
+++ b/postgresql-tx-simple.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: a28e2079196694ad2a65da28273d761629b586f6af9c436a58761fccd48ba274
+-- hash: 88dedaf6a447598a40d0f8c375418062e00345d49b84e239d834871623467a19
 
 name:           postgresql-tx-simple
-version:        0.2.0.0
+version:        0.3.0.0
 synopsis:       postgresql-tx interfacing for use with postgresql-simple.
 description:    Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
 category:       Database
@@ -41,6 +41,6 @@
       base >=4.7 && <5
     , bytestring >=0.10.10.0 && <0.11
     , postgresql-simple >=0.6.2 && <0.7
-    , postgresql-tx >=0.2.0.0 && <0.3
+    , postgresql-tx >=0.3.0.0 && <0.4
     , transformers >=0.5.6.2 && <0.6
   default-language: Haskell2010
