diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..827866a5c678fa88e3969cd24557213d72133c68
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
+# 0.1.0 - 2018-05-14
+
+- Initial release
diff --git a/main.py b/main.py
index 7b329565e1002784204242c54dc967068c6d9856..2a3b4b5be0f32433f3cb49b022e22525da17eaad 100755
--- a/main.py
+++ b/main.py
@@ -10,7 +10,7 @@ import multiprocessing
 
 from src import parser_factory
 
-__version__ = '0.1'
+__version__ = '0.1.0'
 
 def __check_file(filename:str, mode:int = os.R_OK) -> bool:
     if not os.path.isfile(filename):