summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md13
-rw-r--r--version.py2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e5c75bf17..b9f44172a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,19 @@
Ishtar changelog
================
+0.99.8 (2017-02-02)
+-------------------
+
+### Features ###
+- Add a footer with version number
+- Finds: batch is now a real type
+- Update french translation
+- Importer configuration
+
+### Bug fixes ###
+- Change field length in DB to match importers
+- update-current-item: prevent errors when session is not well initialized
+
0.99.7.2 (2017-01-30)
---------------------
diff --git a/version.py b/version.py
index b8f044176..5ba0bab42 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 7, 2)
+VERSION = (0, 99, 8)
def get_version():