diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.1.0.2] - 2018-05-12
+
+### Changed
+
+- Test suite dependencies bump
+
 ## [0.1.0.1] - 2018-05-11
 
 ### Changed
@@ -10,5 +16,6 @@
 
 ## [0.1] - 2018-03-20
 
+[0.1.0.2]: https://github.com/dzhus/csg/compare/0.1.0.1...0.1.0.2
 [0.1.0.1]: https://github.com/dzhus/csg/compare/0.1...0.1.0.1
 [0.1]: https://github.com/dzhus/csg/tree/0.1
diff --git a/csg.cabal b/csg.cabal
--- a/csg.cabal
+++ b/csg.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 name: csg
-version: 0.1.0.1
+version: 0.1.0.2
 license: BSD3
 license-file: LICENSE
 maintainer: dima@dzhus.org
@@ -94,9 +94,9 @@
         bytestring <0.11,
         csg -any,
         simple-vec3 ==0.4.*,
-        tasty <1.1,
+        tasty <1.2,
         tasty-hunit <0.11,
-        tasty-quickcheck <0.10
+        tasty-quickcheck <0.11
 
 benchmark csg-benchmark
     type: exitcode-stdio-1.0
@@ -107,7 +107,7 @@
     ghc-options: -Wall -Wcompat -O2
     build-depends:
         base <5,
-        criterion <1.4,
+        criterion <1.5,
         csg -any,
         simple-vec3 ==0.4.*,
         strict <0.4,
