diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 Changelog
 =========
+    3.1.1  Apr 2020
+        * Expose Data.Aeson.AutoType.Nested
+
     3.1.0  Apr 2020
         * New, experimental interface for nesting
           generated types by other code generators.
diff --git a/json-autotype.cabal b/json-autotype.cabal
--- a/json-autotype.cabal
+++ b/json-autotype.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 69c68aeb21aa0332a50089781cb19f9fb197bb8c6d7d633af4613de8aa4dd367
+-- hash: 1f3b5938078282c1d5d432d27afdc61b719195bd936f167412da2cc5cca230d3
 
 name:                json-autotype
-version:             3.1.0
+version:             3.1.1
 synopsis:            Automatic type declaration for JSON input data
 description:         Generates datatype declarations with Aeson''s ''Data.Aeson.FromJSON''
                      .
@@ -83,19 +83,19 @@
       Data.Aeson.AutoType.CodeGen
       Data.Aeson.AutoType.Extract
       Data.Aeson.AutoType.Format
+      Data.Aeson.AutoType.CodeGen.Haskell
       Data.Aeson.AutoType.CodeGen.HaskellFormat
+      Data.Aeson.AutoType.CodeGen.Generic
+      Data.Aeson.AutoType.CodeGen.Elm
+      Data.Aeson.AutoType.CodeGen.ElmFormat
       Data.Aeson.AutoType.Pretty
       Data.Aeson.AutoType.Split
       Data.Aeson.AutoType.Type
       Data.Aeson.AutoType.Test
       Data.Aeson.AutoType.Util
+      Data.Aeson.AutoType.Nested
   other-modules:
       Data.Aeson.AutoType.CodeGen.Common
-      Data.Aeson.AutoType.CodeGen.Elm
-      Data.Aeson.AutoType.CodeGen.ElmFormat
-      Data.Aeson.AutoType.CodeGen.Generic
-      Data.Aeson.AutoType.CodeGen.Haskell
-      Data.Aeson.AutoType.Nested
       Data.Aeson.AutoType.Plugin.Subtype
       Paths_json_autotype
   hs-source-dirs:
