diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -85,3 +85,4 @@
 * [Alexander Vershilov](https://github.com/qnikst)
 * [Chris Martin](https://github.com/chris-martin)
 * [Domen Kožar](https://github.com/domenkozar)
+* [Tristan Bull](https://github.com/tmbull)
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,7 @@
-0.6.2.0
+0.6.2.1
 =======
-* Add `mkHandleScribeWithFormatter`. This allows control over the
-  format of log items going to a handle. Credit to [Domen
-  Kožar](https://github.com/domenkozar) for the implementation.
+* Add `mkHandleScribeWithFormatter`. This allows control over the format of log items going to a handle. Credit to [Tristan Bull](https://github.com/tmbull) for the implementation.
+* Documentation fixes. Credit to [Domen Kožar](https://github.com/domenkozar) for the implementation.
 * Add `jsonFormat` handle formatter.
 * Deprecate `formatItem` which is now replaced by `bracketFormat`.
 
diff --git a/katip.cabal b/katip.cabal
--- a/katip.cabal
+++ b/katip.cabal
@@ -1,5 +1,5 @@
 name:                katip
-version:             0.6.2.0
+version:             0.6.2.1
 synopsis:            A structured logging framework.
 description:
   Katip is a structured logging framework. See README.md for more details.
