diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.1.0.4] - 2019-02-21
+
+### Changed
+
+- Dependencies bump
+
 ## [0.1.0.3] - 2019-02-11
 
 ### Changed
@@ -20,6 +26,7 @@
 
 ## [0.1.0.0] - 2018-03-11
 
+[0.1.0.4]: https://github.com/dzhus/th-nowq/compare/0.1.0.3...0.1.0.4
 [0.1.0.3]: https://github.com/dzhus/th-nowq/compare/0.1.0.2...0.1.0.3
 [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
diff --git a/th-nowq.cabal b/th-nowq.cabal
--- a/th-nowq.cabal
+++ b/th-nowq.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.12
 name: th-nowq
-version: 0.1.0.3
+version: 0.1.0.4
 license: BSD3
 license-file: LICENSE
 maintainer: dima@dzhus.org
@@ -30,8 +30,8 @@
     ghc-options: -Wall -Wcompat
     build-depends:
         base <5,
-        template-haskell <2.15,
-        time <1.9
+        template-haskell <2.16,
+        time <1.10
 
 test-suite readme
     type: exitcode-stdio-1.0
