diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.1.0.2] - 2018-03-15
+
+### Changed
+
+- GHC 8.4.x support
+
 ## [0.1.0.1] - 2018-03-15
 
 ### Fixed
@@ -8,5 +14,6 @@
 
 ## [0.1.0.0] - 2018-03-11
 
+[0.1.0.2]: https://github.com/dzhus/th-nowq/compare/0.1.0.1...0.1.0.2
 [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.1
+version: 0.1.0.2
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -25,7 +25,7 @@
         Language.Haskell.TH.Now
     build-depends:
         base <5,
-        template-haskell <2.13,
+        template-haskell <2.14,
         time <1.9
     default-language: Haskell2010
     hs-source-dirs: src
@@ -38,7 +38,7 @@
     main-is: README.lhs
     build-depends:
         base <5,
-        markdown-unlit <0.5,
+        markdown-unlit <0.6,
         th-nowq -any
     default-language: Haskell2010
     other-modules:
