diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for servant-proto-lens
 
+## 0.1.0.1  -- 2017-12-25
+
+* Documentation tweaks.
+
 ## 0.1.0.0  -- 2017-12-25
 
 * First version.
diff --git a/servant-proto-lens.cabal b/servant-proto-lens.cabal
--- a/servant-proto-lens.cabal
+++ b/servant-proto-lens.cabal
@@ -1,10 +1,13 @@
 name:                servant-proto-lens
-version:             0.1.0.0
-synopsis:            servant API Content-Type instances for use with proto-lens generated modules
+version:             0.1.0.1
+synopsis:            Servant Content-Type for proto-lens protobuf modules.
+description:         Small glue-code module for easing the use of servant APIs with protobuf.
 license:             BSD3
 license-file:        LICENSE
 author:              PLR
 maintainer:          plredmond@gmail.com
+homepage:            https://github.com/plredmond/servant-proto-lens
+bug-reports:         https://github.com/plredmond/servant-proto-lens/issues
 category:            Web
 build-type:          Simple
 extra-source-files:  ChangeLog.md
