diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.0.1
+
+* Support `trifecta-1.6`
+
 # 0.0
 
 * Split `indentation` into separate `indentation-core`, `indentation-parsec` and `indentation-trifecta` packages.
diff --git a/indentation-trifecta.cabal b/indentation-trifecta.cabal
--- a/indentation-trifecta.cabal
+++ b/indentation-trifecta.cabal
@@ -1,5 +1,5 @@
 name:                indentation-trifecta
-version:             0.0
+version:             0.0.1
 synopsis:            Indentation sensitive parsing combinators for Trifecta
 description:         Indentation sensitive parsing combinators for Trifecta.
                      .                     
@@ -40,7 +40,7 @@
   build-depends:       base >=4.6 && <4.10,
                        mtl >=2.1,
                        indentation-core == 0.0,
-                       trifecta >=1.4 && <1.6,
+                       trifecta >=1.4 && <1.7,
                        parsers >=0.10 && <0.13
   exposed-modules:   Text.Trifecta.Indentation
 
