diff --git a/Data/Object/Json.hs b/Data/Object/Json.hs
--- a/Data/Object/Json.hs
+++ b/Data/Object/Json.hs
@@ -27,6 +27,8 @@
     , encodeFile
     , decode
     , decodeFile
+      -- * Exception type
+    , JsonDecodeError
     ) where
 
 import Data.Object
diff --git a/data-object-json.cabal b/data-object-json.cabal
--- a/data-object-json.cabal
+++ b/data-object-json.cabal
@@ -1,5 +1,5 @@
 name:            data-object-json
-version:         0.3.0
+version:         0.3.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
