diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+smaoin 0.1.1.2 -- 2015-05-06
+============================
+
+General, build and documentation changes:
+
+* (None)
+
+New APIs, features and enhancements:
+
+* (None)
+
+Bug fixes:
+
+* The empty test suite passes now. Its failure prevents the package from
+  building in build servers - at least NixOS - because they can run the test
+  suite in addition to building the library. I'll add tests soon too.
+
+Dependency changes:
+
+* (None)
+
+
+
+
+
 smaoin 0.1.1.1 -- 2015-05-05
 ============================
 
diff --git a/smaoin.cabal b/smaoin.cabal
--- a/smaoin.cabal
+++ b/smaoin.cabal
@@ -1,5 +1,5 @@
 name:                smaoin
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Utilities for the Smaoin semantic information model.
 description:         This package provides basic types and functions for
                      working with the Smaoin model in Haskell. But these are
diff --git a/test/test.hs b/test/test.hs
--- a/test/test.hs
+++ b/test/test.hs
@@ -25,7 +25,7 @@
     unless (all isSuccess results) exitFailure
 
 prop_todo :: Bool
-prop_todo = False
+prop_todo = True
 
 tests :: [(String, IO Result)]
 tests =
