diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.2.0.0
+
+* Transitive version bump because of choice of different incoherent
+  instance for `:>` for better type inference.
+
 ## 0.0.17.1
 
 * Documentation only, thanks to @ShilohAlleyne
diff --git a/bluefin.cabal b/bluefin.cabal
--- a/bluefin.cabal
+++ b/bluefin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               bluefin
-version:            0.0.17.1
+version:            0.2.0.0
 license:            MIT
 license-file:       LICENSE
 author:             Tom Ellis
@@ -39,6 +39,6 @@
       Bluefin.System.IO,
       Bluefin.Writer,
     build-depends:
-      bluefin-internal >= 0.1.1.0 && < 0.2
+      bluefin-internal >= 0.2.0.0 && < 0.3
     hs-source-dirs:   src
     default-language: Haskell2010
