diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.3.1.0
+=======
+
+  * Re-export `ParseSettings` and `RenderSettings`
+
 0.3.0.0
 =======
 
diff --git a/src/Text/Xml/Lens.hs b/src/Text/Xml/Lens.hs
--- a/src/Text/Xml/Lens.hs
+++ b/src/Text/Xml/Lens.hs
@@ -17,6 +17,8 @@
   , prolog
   , epilog
   , AsXmlDocument(..)
+  , ParseSettings
+  , RenderSettings
   , _XmlDocument
   , AsHtmlDocument(..)
     -- * Doctype
diff --git a/xml-html-conduit-lens.cabal b/xml-html-conduit-lens.cabal
--- a/xml-html-conduit-lens.cabal
+++ b/xml-html-conduit-lens.cabal
@@ -1,5 +1,5 @@
 name:                xml-html-conduit-lens
-version:             0.3.0.0
+version:             0.3.1.0
 synopsis:            Optics for xml-conduit and html-conduit
 description:         Optics for xml-conduit and html-conduit
 homepage:            https://github.com/supki/xml-html-conduit-lens#readme
@@ -21,7 +21,7 @@
 
 source-repository this
   type: git
-  tag: 0.2.0.0
+  tag: 0.3.1.0
   location: https://github.com/supki/xml-html-conduit-lens
 
 library
