diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,9 @@
+1.0.10.1
+--------
+
+- Released Wed 14 Mar 2018 14:27:13 CET
+- bumped hspec dependency.
+
 1.0.10.0
 --------
 
diff --git a/issues.txt b/issues.txt
--- a/issues.txt
+++ b/issues.txt
@@ -47,9 +47,9 @@
  
 src/Lentil/Parse/Run.hs
     58  a function String -> [Issue]
-    80  <qptain> personally i don't like when the leading character of the
+    81  <qptain> personally i don't like when the leading character of the
         progress bar is different [feeback] [request]
-    96  sicuramente c'è un modo più elegante e breve. Ah! quando mettono le
+    97  sicuramente c'è un modo più elegante e breve. Ah! quando mettono le
         tuples section! [refactor] [duct]
  
 src/Lentil/Parse/Source.hs
@@ -63,6 +63,9 @@
         but not recognised by lentil [u:1] [request]
     99  rst parser doesn't respect whitespace or paragraphs. How to
         implement this without breaking other parsers? [bug] [design]
+ 
+src/Main.hs
+    13  KSyntaxHighlighting to parse sources? [feature:intermediate]
  
 test/Lentil/FileSpec.hs
     38  excluding files fails on MS Windows! Check why! [u:3] [bug]
diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,5 +1,5 @@
 name:                lentil
-version:             1.0.10.0
+version:             1.0.10.1
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -96,7 +96,7 @@
                        terminal-progress-bar==0.2.*, text==1.2.*,
                        semigroups==0.18.*
                        -- same as above, plus hspec
-                       , hspec      >= 2.2 && < 2.5
+                       , hspec      >= 2.3 && < 2.6
   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
@@ -31,7 +31,7 @@
                                    short 'v'      <>
                                    help "show version and copyright info" )
     where
-          versionCopy = "\nlentil - frugal issue tracker, version 1.0.10.0\n\
+          versionCopy = "\nlentil - frugal issue tracker, version 1.0.10.1\n\
                         \(C) 2015-2018 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License v3\n"
 
