diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 Changelog
 =========
+    1.1.2  Mar 2018
+        * Fixed maintainer list.
+
     1.1.1  Mar 2018
         * Fixed test builds (for Haskell).
 
diff --git a/json-autotype.cabal b/json-autotype.cabal
--- a/json-autotype.cabal
+++ b/json-autotype.cabal
@@ -1,6 +1,6 @@
 -- Build information for the package.
 name:                json-autotype
-version:             1.1.1
+version:             1.1.2
 synopsis:            Automatic type declaration for JSON input data
 description:         Generates datatype declarations with Aeson's "FromJSON" instances
                      from a set of example ".json" files.
@@ -31,7 +31,8 @@
 license-file:        LICENSE
 stability:           stable
 author:              Michal J. Gajda
-maintainer:          mjgajda@gmail.com
+maintainer:          simons@cryp.to
+                     mjgajda@gmail.com
 copyright:           Copyright by Michal J. Gajda '2014-'2017
 category:            Data, Tools
 build-type:          Simple
