diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.4.8.1
+
+* Bump blaze-builder upper bound [#39](https://github.com/snoyberg/mime-mail/pull/39)
+
 ## 0.4.8
 
 * Add some `Eq` instances [#38](https://github.com/snoyberg/mime-mail/pull/38)
diff --git a/mime-mail.cabal b/mime-mail.cabal
--- a/mime-mail.cabal
+++ b/mime-mail.cabal
@@ -1,5 +1,5 @@
 Name:                mime-mail
-Version:             0.4.8
+Version:             0.4.8.1
 Synopsis:            Compose MIME email messages.
 description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/mime-mail>.
 Homepage:            http://github.com/snoyberg/mime-mail
@@ -22,7 +22,7 @@
                  , base64-bytestring   >= 0.1
                  , process             >= 1.0
                  , random              >= 1.0
-                 , blaze-builder       >= 0.2.1      && < 0.4
+                 , blaze-builder       >= 0.2.1      && < 0.5
                  , bytestring          >= 0.9.1
                  , text                >= 0.7
                  , filepath            >= 1.2
