diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@
 [1]: http://semver.org/spec/v2.0.0.html
 [2]: https://github.com/roman/capataz/releases
 
+## v0.0.0.1
+
+* Bump bounds of `tasty` dependency
+* Bump bounds of `tasty-hunit` dependency
+
 ## v0.0.0.0
 
 * First release of capataz
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@
 ## Development
 
 [![Build Status](https://travis-ci.org/roman/Haskell-capataz.svg?branch=master)](https://travis-ci.org/roman/Haskell-capataz)
-[![Github](https://img.shields.io/github/commits-since/roman/haskell-capataz/v0.0.0.0.svg)](https://img.shields.io/github/commits-since/roman/haskell-capataz/v0.0.0.0.svg)
+[![Github](https://img.shields.io/github/commits-since/roman/haskell-capataz/v0.0.0.1.svg)](https://img.shields.io/github/commits-since/roman/haskell-capataz/v0.0.0.1.svg)
 [![Hackage Dependencies](https://img.shields.io/hackage-deps/v/capataz.svg)](https://img.shields.io/hackage/v/capataz.svg)
 
 Follow the [developer guidelines](https://romanandreg.gitbooks.io/capataz/content/developer-guidelines.html)
diff --git a/capataz.cabal b/capataz.cabal
--- a/capataz.cabal
+++ b/capataz.cabal
@@ -1,5 +1,5 @@
 name: capataz
-version: 0.0.0.0
+version: 0.0.0.1
 cabal-version: >=1.10
 build-type: Simple
 license: MIT
@@ -79,8 +79,8 @@
         protolude ==0.2.*,
         safe-exceptions >=0.1.6.0 && <0.2,
         stm >=2.4.4.1 && <2.5,
-        tasty >=0.11.3 && <0.12,
-        tasty-hunit >=0.9.2 && <0.10,
+        tasty >=0.12.0.1 && <0.13,
+        tasty-hunit >=0.10.0.1 && <0.11,
         tasty-rerun >=1.1.8 && <1.2,
         tasty-smallcheck >=0.8.1 && <0.9,
         teardown >=0.3.0.0 && <0.4,
