diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+# Changelog
+
+## [0.1.0.1] - 2018-03-15
+
+### Fixed
+
+- Added missing `markdown-unlit` to test build dependencies
+
+## [0.1.0.0] - 2018-03-11
+
+[0.1.0.1]: https://github.com/dzhus/th-nowq/compare/0.1.0.0...0.1.0.1
+[0.1.0.0]: https://github.com/dzhus/th-nowq/tree/0.1.0.0
diff --git a/th-nowq.cabal b/th-nowq.cabal
--- a/th-nowq.cabal
+++ b/th-nowq.cabal
@@ -1,5 +1,5 @@
 name: th-nowq
-version: 0.1.0.0
+version: 0.1.0.1
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -13,6 +13,7 @@
 category: Template Haskell
 author: Dmitry Dzhus
 extra-source-files:
+    CHANGELOG.md
     README.md
 
 source-repository head
@@ -37,6 +38,7 @@
     main-is: README.lhs
     build-depends:
         base <5,
+        markdown-unlit <0.5,
         th-nowq -any
     default-language: Haskell2010
     other-modules:
