diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.1
+
+- Revised version bounds of dependencies.
+
 # 0.1.0.0
 
 - Made `MonoidMap` an instance of both `Typeable` and `Data`.
diff --git a/monoidmap-internal.cabal b/monoidmap-internal.cabal
--- a/monoidmap-internal.cabal
+++ b/monoidmap-internal.cabal
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           monoidmap-internal
-version:        0.1.0.0
+version:        0.1.0.1
 bug-reports:    https://github.com/jonathanknowles/monoidmap-internal/issues
 license:        Apache-2.0
 license-file:   LICENSE
@@ -42,7 +42,7 @@
 common dependency-quickcheck-quid
     build-depends:quickcheck-quid               >= 0.0.1.7    && < 0.1
 common dependency-tasty-bench
-    build-depends:tasty-bench                   >= 0.3.2      && < 0.5
+    build-depends:tasty-bench                   >= 0.3.2      && < 0.6
 common dependency-tasty-hunit
     build-depends:tasty-hunit                   >= 0.10.0.3   && < 0.11
 common dependency-text
