New version number

Change-Id: I9e31f7b932acfc07283d072a42446161f3411ba3
diff --git a/Changes b/Changes
index 8d1d990..3b0c5b8 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,4 @@
-0.18 2016-08-17
-        - Added REI test.
-	      - Added multiple archive support to korapxml2krill.
-        - Added support for prefix negation in korapxml2krill.
-        - Added support for Malt#Dependency.
-        - Improved test suite for caching and REI.
-        - Added support for MDParser annotation.
-        - Added batch processing class for documents.
+0.19 2016-08-17
         - Added test for direct I5 support.
         - Fixed support for Mojolicious 7.
         - Added script test.
@@ -17,6 +10,15 @@
           negation support.
         - Added script test for archives.
 
+0.18 2016-07-08
+        - Added REI test.
+	      - Added multiple archive support to korapxml2krill.
+        - Added support for prefix negation in korapxml2krill.
+        - Added support for Malt#Dependency.
+        - Improved test suite for caching and REI.
+        - Added support for MDParser annotation.
+        - Added batch processing class for documents.
+
 0.17 2016-03-22
         - Rewrite siglen to use slashes as separators.
 	      - Zip listing optimized. Does no longer work with primary data
diff --git a/lib/KorAP/XML/Krill.pm b/lib/KorAP/XML/Krill.pm
index fe57d78..2126648 100644
--- a/lib/KorAP/XML/Krill.pm
+++ b/lib/KorAP/XML/Krill.pm
@@ -15,11 +15,7 @@
 use Data::Dumper;
 use File::Spec::Functions qw/catdir catfile catpath splitdir splitpath rel2abs/;
 
-# TODO: Currently metadata is processed multiple times - that's horrible!
-#       Due to the kind of processing, processed metadata may be stored in
-#       a multiprocess cache instead.
-
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 has 'path';
 has [qw/text_sigle doc_sigle corpus_sigle/];