diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.4.0.4] - 2018-05-11
+
+### Changed
+
+- Library dependencies bump
+
 ## [0.4.0.3] - 2018-05-10
 
 ### Changed
@@ -76,6 +82,8 @@
 
 ## [0.1.0.0] - 2012-12-05
 
+[0.4.0.4]: https://github.com/dzhus/simple-vec3/compare/0.4.0.3...0.4.0.4
+[0.4.0.3]: https://github.com/dzhus/simple-vec3/compare/0.4.0.2...0.4.0.3
 [0.4.0.2]: https://github.com/dzhus/simple-vec3/compare/0.4.0.1...0.4.0.2
 [0.4.0.1]: https://github.com/dzhus/simple-vec3/compare/0.4...0.4.0.1
 [0.4]:     https://github.com/dzhus/simple-vec3/compare/0.3.1...0.4
diff --git a/simple-vec3.cabal b/simple-vec3.cabal
--- a/simple-vec3.cabal
+++ b/simple-vec3.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 name: simple-vec3
-version: 0.4.0.3
+version: 0.4.0.4
 license: BSD3
 license-file: LICENSE
 maintainer: dima@dzhus.org
@@ -60,7 +60,7 @@
         base <5,
         simple-vec3 -any,
         tasty <1.1,
-        tasty-quickcheck <0.11
+        tasty-quickcheck <0.10
 
 benchmark simple-vec3-benchmark
     type: exitcode-stdio-1.0
