diff --git a/authors.txt b/authors.txt
--- a/authors.txt
+++ b/authors.txt
@@ -20,3 +20,4 @@
 Tomislav
 Tuncer Ayaz
 YongJoon Joe
+Massimo Zaniboni
diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,9 +1,16 @@
+1.1.2.0
+-------
+
+- Release Fri 29 Mar 2019 17:14:35 CET
+- Bumped copyright, dependencies.
+
 1.1.1.1
 -------
 
 - Released Tue 08 Jan 2019 17:02:01 CET
 - Added basic Markdown support (requested by Massimo Zaniboni)
 - Headless progress bar (requested by qptain nemo)
+
 1.1.0.0
 -------
 
diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,5 +1,5 @@
 name:                lentil
-version:             1.1.1.1
+version:             1.1.2.0
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -10,7 +10,7 @@
 author:              Francesco Ariis <fa-ml@ariis.it> et al.
                      (check authors.txt)
 maintainer:          Francesco Ariis <fa-ml@ariis.it>
-copyright:           © 2015-2018 Francesco Ariis et al. (check authors.txt)
+copyright:           © 2015-2019 Francesco Ariis et al. (check authors.txt)
 category:            Development, Project Management
 stability:           Stable
 build-type:          Simple
@@ -108,7 +108,7 @@
                        text==1.2.*,
                        semigroups==0.18.*
                        -- same as above, plus hspec
-                       , hspec      >= 2.3 && < 2.7
+                       , hspec      >= 2.3 && < 2.8
   other-modules:       Lentil.Types, Lentil.Args, Lentil.File, Lentil.Print,
                        Lentil.Query, Lentil.Export, Lentil.Parse.Source,
                        Lentil.Parse.Issue, Lentil.Parse.Syntaxes,
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -32,8 +32,8 @@
                                    short 'v'      S.<>
                                    help "show version and copyright info" )
     where
-          versionCopy = "\nlentil - frugal issue tracker, version 1.1.1.1\n\
-                        \(C) 2015-2018 Francesco Ariis - http://www.ariis.it\n\
+          versionCopy = "\nlentil - frugal issue tracker, version 1.1.2.0\n\
+                        \(C) 2015-2019 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License v3\n"
 
 
