diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.4.1 - 2014-18-11
+------------------
+
+- Export `AssetsPath`.
+
 0.4 - 2014-11-11
 ----------------
 
diff --git a/Test/Tasty/Runners/Html.hs b/Test/Tasty/Runners/Html.hs
--- a/Test/Tasty/Runners/Html.hs
+++ b/Test/Tasty/Runners/Html.hs
@@ -7,6 +7,7 @@
 module Test.Tasty.Runners.Html
   ( HtmlPath(..)
   , htmlRunner
+  , AssetsPath(..)
   ) where
 
 import Control.Applicative (Const(..), (<$))
diff --git a/tasty-html.cabal b/tasty-html.cabal
--- a/tasty-html.cabal
+++ b/tasty-html.cabal
@@ -1,5 +1,5 @@
 name:                tasty-html
-version:             0.4
+version:             0.4.1
 synopsis:            Render tasty output to HTML
 description:         A tasty ingredient to output test results in HTML5.
 license:             MIT
