diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [0.1.0.1] - 2020-02-21
+
+### Changed
+
+- Dependencies bump
+
 ## [0.1.0.0] - 2019-05-01
 
+[0.1.0.1]: https://github.com/dzhus/th-env/compare/0.1.0.0...0.1.0.1
 [0.1.0.0]: https://github.com/dzhus/th-env/tree/0.1.0.0
diff --git a/th-env.cabal b/th-env.cabal
--- a/th-env.cabal
+++ b/th-env.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.12
 name: th-env
-version: 0.1.0.0
+version: 0.1.0.1
 license: BSD3
 license-file: LICENSE
 maintainer: dima@dzhus.org
@@ -30,7 +30,7 @@
     ghc-options: -Wall -Wcompat
     build-depends:
         base <5,
-        template-haskell <2.15
+        template-haskell <2.16
 
 test-suite readme
     type: exitcode-stdio-1.0
