diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,17 @@
 # Changelog
 
-`servant-docs-simple` uses [PVP Versioning][1].
-The changelog is available [on GitHub][2].
+[The latest version of this document is on GitHub.](https://github.com/Holmusk/servant-docs-simple/blob/master/CHANGELOG.md)
 
 ## 0.1.0.0
 
 * Initially created.
 
-[1]: https://pvp.haskell.org
-[2]: https://github.com/Holmusk/servant-docs-simple/releases
+## 0.2.0.0
+
+* Use OMap as underlying representation for intermediate documentation structure. 
+
+* Expose HasDocumentApi typeclass to allow custom API type combinator parsing.
+
+## 0.2.0.1
+
+* Update CHANGELOG, README
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@
 
 [**In-depth explanation here**](https://github.com/Holmusk/servant-docs-simple#faq)
 
+[**Tutorials**](https://github.com/Holmusk/servant-docs-simple#tutorials)
+
 # Example usage
 
 **Using this script**
@@ -166,9 +168,9 @@
    This is so we can index our library with these types to get the relevant
    fields, examples for these.
 
-**Why don't we use Servant.Docs?**
+**How does our usecase differ from Servant.Docs?**
 
-1) `Servant.Docs` generates documentation **only if** `Format Types` have
+1) `Servant.Docs` generates documentation only if `Format Types` have
   implemented the necessary instances.
 
     ``` haskell
diff --git a/servant-docs-simple.cabal b/servant-docs-simple.cabal
--- a/servant-docs-simple.cabal
+++ b/servant-docs-simple.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                servant-docs-simple
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Generate endpoints overview for Servant API
 
 description:
