diff --git a/atlassian-connect-descriptor.cabal b/atlassian-connect-descriptor.cabal
--- a/atlassian-connect-descriptor.cabal
+++ b/atlassian-connect-descriptor.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.3.0.0
+version:             0.3.0.1
 
 -- A short (one-line) description of the package.
 synopsis:            Code that helps you create a valid Atlassian Connect Descriptor.
diff --git a/src/Data/Connect/Descriptor.hs b/src/Data/Connect/Descriptor.hs
--- a/src/Data/Connect/Descriptor.hs
+++ b/src/Data/Connect/Descriptor.hs
@@ -118,6 +118,7 @@
    -- ** Web Sections, Items and Panels
    , JIRAWebSection(..)
    , WebItem(..)
+   , WebItemContext(..)
    , WebPanel(..)
    , WebPanelLayout(..)
    -- ** JIRA Pages
@@ -128,6 +129,7 @@
    -- ** JIRA Specific Modules
    , JIRASearchRequestView(..)
    , JIRAReport(..)
+   , JIRAReportCategory(..)
    , Target(..)
    , JIRAWorkflowPostFunction(..)
    , DialogOptions(..)
diff --git a/src/Data/Connect/Modules.hs b/src/Data/Connect/Modules.hs
--- a/src/Data/Connect/Modules.hs
+++ b/src/Data/Connect/Modules.hs
@@ -8,6 +8,7 @@
    , emptyConfluenceModules
    , JIRAWebSection(..)
    , WebItem(..)
+   , WebItemContext(..)
    , WebPanel(..)
    , WebPanelLayout(..)
    , JIRAPage(..)
@@ -15,6 +16,7 @@
    , JIRAProjectAdminTabPanel(..)
    , JIRASearchRequestView(..)
    , JIRAReport(..)
+   , JIRAReportCategory(..)
    , Target(..)
    , JIRAWorkflowPostFunction(..)
    , DialogOptions(..)
