diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # ChangeLog for safe-exceptions
 
+## 0.1.7.3
+
+* Allow transformers 0.6 [#39](https://github.com/fpco/safe-exceptions/issues/39)
+
 ## 0.1.7.2
 
 * Changed `bracketWithError` and `bracketOnError` to use `generalBracket` from `MonadMask` [#36](https://github.com/fpco/safe-exceptions/issues/36)
diff --git a/safe-exceptions.cabal b/safe-exceptions.cabal
--- a/safe-exceptions.cabal
+++ b/safe-exceptions.cabal
@@ -1,5 +1,5 @@
 name:                safe-exceptions
-version:             0.1.7.2
+version:             0.1.7.3
 synopsis:            Safe, consistent, and easy exception handling
 description:         Please see README.md
 homepage:            https://github.com/fpco/safe-exceptions#readme
@@ -19,7 +19,7 @@
   build-depends:       base >= 4.11 && < 5
                      , deepseq >= 1.2 && < 1.5
                      , exceptions >= 0.10 && < 0.11
-                     , transformers >= 0.2 && < 0.6
+                     , transformers >= 0.2 && < 0.7
   default-language:    Haskell2010
 
 test-suite safe-exceptions-test
