diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,25 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [0.2.0] - 2019-03-13
+
+### Changes
+
+- #4 add servant 0.16 support @domenkozar
+
+## [0.1.1] - 2018-11-28
+
+### Changes
+
+- ditch hpack @domenkozar
+- add Show instance for MixpanelError
+
+## [0.1.0.0] - 2018-08-25
+
+- Intial release @domenkozar
diff --git a/ChangeLog.md b/ChangeLog.md
deleted file mode 100644
--- a/ChangeLog.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Changelog
-
-All notable changes to this project will be documented in this file.
-
-The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
-and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-
-## [Unreleased]
-
-## [0.1.1] - 2018-11-28
-
-### Changes
-
-- ditch hpack @domenkozar
-- add Show instance for MixpanelError
-
-## [0.1.0.0] - 2018-08-25
-
-- Intial release @domenkozar
diff --git a/README.lhs b/README.lhs
--- a/README.lhs
+++ b/README.lhs
@@ -1,7 +1,7 @@
 # MixPanel client for Haskell
 
 
-[![Build Status](https://travis-ci.com/domenkozar/mixpanel-client.svg?branch=master)](https://travis-ci.com/domenkozar/mixpanel-client)
+[![Build Status](https://travis-ci.com/hercules-ci/mixpanel-client.svg?branch=master)](https://travis-ci.com/domenkozar/mixpanel-client)
 [![Hackage](https://img.shields.io/hackage/v/mixpanel-client.svg)](https://hackage.haskell.org/package/mixpanel-client)
 
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # MixPanel client for Haskell
 
 
-[![Build Status](https://travis-ci.com/domenkozar/mixpanel-client.svg?branch=master)](https://travis-ci.com/domenkozar/mixpanel-client)
+[![Build Status](https://travis-ci.com/hercules-ci/mixpanel-client.svg?branch=master)](https://travis-ci.com/domenkozar/mixpanel-client)
 [![Hackage](https://img.shields.io/hackage/v/mixpanel-client.svg)](https://hackage.haskell.org/package/mixpanel-client)
 
 
diff --git a/mixpanel-client.cabal b/mixpanel-client.cabal
--- a/mixpanel-client.cabal
+++ b/mixpanel-client.cabal
@@ -1,22 +1,22 @@
 name:           mixpanel-client
-version:        0.1.1
+version:        0.2.0
 synopsis:       Mixpanel client
-homepage:       https://github.com/domenkozar/mixpanel-client#readme
-bug-reports:    https://github.com/domenkozar/mixpanel-client/issues
+homepage:       https://github.com/hercules-ci/mixpanel-client#readme
+bug-reports:    https://github.com/hercules-ci/mixpanel-client/issues
 author:         Domen Kožar
-maintainer:     domen@enlambda.com
+maintainer:     domen@hercules-ci.com
 copyright:      2018 Domen Kožar
 license:        Apache-2.0
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.10
 extra-source-files:
-    ChangeLog.md
+    CHANGELOG.md
     README.md
 
 source-repository head
   type: git
-  location: https://github.com/domenkozar/mixpanel-client
+  location: https://github.com/hercules-ci/mixpanel-client
 
 library
   exposed-modules:
@@ -84,6 +84,7 @@
     , bytestring
     , http-client
     , http-client-tls
+    , markdown-unlit
     , mixpanel-client
     , servant >=0.14.1
     , servant-client
