Updated version

Change-Id: Ic8d1bd53d3b370029164be8a2f35d6fe052c3e8e
diff --git a/Changes b/Changes
index 094ad01..da7b4e4 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.34 2018-07-19
+        - Preliminary support for HNC.
+
 0.33 2018-02-01
         - Added LWC support.
         - Fixed TreeTagger certainties.
diff --git a/lib/KorAP/XML/Krill.pm b/lib/KorAP/XML/Krill.pm
index 7f63a5c..b9c273c 100644
--- a/lib/KorAP/XML/Krill.pm
+++ b/lib/KorAP/XML/Krill.pm
@@ -16,7 +16,7 @@
 use Data::Dumper;
 use File::Spec::Functions qw/catdir catfile catpath splitdir splitpath rel2abs/;
 
-our $VERSION = '0.33';
+our $VERSION = '0.34';
 
 has 'path';
 has [qw/text_sigle doc_sigle corpus_sigle/];