diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.0.5.0
+
+- Made `MonoidMap` an instance of both `Typeable` and `Data`.
+
 # 0.0.4.4
 
 - Moved implementation, tests, and benchmark to the `monoidmap-internal`
diff --git a/monoidmap.cabal b/monoidmap.cabal
--- a/monoidmap.cabal
+++ b/monoidmap.cabal
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           monoidmap
-version:        0.0.4.4
+version:        0.0.5.0
 bug-reports:    https://github.com/jonathanknowles/monoidmap/issues
 license:        Apache-2.0
 license-file:   LICENSE
@@ -27,7 +27,7 @@
 common dependency-monoid-subclasses
     build-depends:monoid-subclasses             >= 1.2.3      && < 1.3
 common dependency-monoidmap-internal
-    build-depends:monoidmap-internal            >= 0.0.0.0    && < 0.1
+    build-depends:monoidmap-internal            >= 0.1.0.0    && < 0.2
 common dependency-nothunks
     build-depends:nothunks                      >= 0.1.3      && < 0.4
 
