diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.3.1 #
+
+* Bump `indentation-trifecta` dependency to `0.0.1` (supports `trifecta-1.6`)
+
+
 # 0.3.0.1 #
 
 * Hyperlink Haddock of re-exported modules to the other packages.
diff --git a/indentation.cabal b/indentation.cabal
--- a/indentation.cabal
+++ b/indentation.cabal
@@ -1,5 +1,5 @@
 name:                indentation
-version:             0.3.0.1
+version:             0.3.1
 synopsis:            Indentation sensitive parsing combinators for Parsec and Trifecta
 description:         Indentation sensitive parsing combinators for Parsec and Trifecta.
                      .                     
@@ -52,9 +52,9 @@
                      , Text.Parsec.Indentation.Token
 
   if flag(Trifecta)
-    build-depends:     trifecta >=1.4 && <1.6,
+    build-depends:     trifecta >=1.4 && <1.7,
                        parsers >=0.10 && <0.13,
-                       indentation-trifecta == 0.0
+                       indentation-trifecta == 0.0.1
     exposed-modules:   Text.Trifecta.Indentation
 
   default-language:    Haskell2010
