diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
 unreleased
 
+0.1.2
+
+* add missing file in test suite (#71)
+* reexport Info from Pdf.Document.Info (#73)
+
 0.1.1
 
 * rework API
diff --git a/lib/Pdf/Document/Info.hs b/lib/Pdf/Document/Info.hs
--- a/lib/Pdf/Document/Info.hs
+++ b/lib/Pdf/Document/Info.hs
@@ -4,6 +4,7 @@
 
 module Pdf.Document.Info
 (
+  Info,
   infoTitle,
   infoAuthor,
   infoSubject,
diff --git a/pdf-toolbox-document.cabal b/pdf-toolbox-document.cabal
--- a/pdf-toolbox-document.cabal
+++ b/pdf-toolbox-document.cabal
@@ -1,5 +1,5 @@
 name:                pdf-toolbox-document
-version:             0.1.1
+version:             0.1.2
 synopsis:            A collection of tools for processing PDF files.
 license:             BSD3
 license-file:        LICENSE
@@ -11,6 +11,7 @@
 cabal-version:       >=1.10
 homepage:            https://github.com/Yuras/pdf-toolbox
 extra-source-files:  changelog.md
+                     test/files/nested_xobject.pdf
 description:
   Mid level tools for processing PDF files.
   .
diff --git a/test/files/nested_xobject.pdf b/test/files/nested_xobject.pdf
new file mode 100644
--- /dev/null
+++ b/test/files/nested_xobject.pdf
@@ -0,0 +1,49 @@
+%PDF-1.7
+
+1 0 obj
+<</Pages 2 0 R /Type /Catalog>>
+endobj
+
+2 0 obj
+<</Count 1 /Kids [3 0 R] /Type /Pages>>
+endobj
+
+3 0 obj
+<</Resources <</Font <</F1 5 0 R>> /XObject <</X1 6 0 R>>>> /MediaBox [0 0 200 200] /Contents 4 0 R /Parent 2 0 R /Type /Page>>
+endobj
+
+5 0 obj
+<</Subtype /Type1 /BaseFont /Helvetica /Type /Font>>
+endobj
+
+4 0 obj
+<</Length 53>>stream
+BT /F1 12 Tf 100 100 TD (Hello World!!!) Tj ET /X1 Do
+endstream
+endobj
+
+6 0 obj
+<</Length 52 /Resources <</Font <</F1 5 0 R>> /XObject <</X1 7 0 R>>>> /Subtype /Form /Type /XObject /BBox [0 0 200 200]>>stream
+BT /F1 12 Tf 10 10 TD (XObject is here) Tj ET /X1 Do
+endstream
+endobj
+
+7 0 obj
+<</Length 52 /Resources <</Font <</F1 5 0 R>>>> /Subtype /Form /Type /XObject /BBox [0 0 200 200]>>stream
+BT /F1 12 Tf 50 50 TD (nested XObject is here) Tj ET
+endstream
+endobj
+xref
+1 7
+0000000009 00000 n
+0000000057 00000 n
+0000000113 00000 n
+0000000326 00000 n
+0000000257 00000 n
+0000000427 00000 n
+0000000635 00000 n
+trailer
+<</Root 1 0 R /Size 4>>
+startxref
+820
+%%EOF
