summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md11
-rw-r--r--version.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0ddcccbb7..1f7351e36 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,17 @@
Ishtar changelog
================
+0.98.6 (2016-10-11)
+-------------------
+
+### Features ###
+
+- Shortcut menu: add a new advanced menu with autocomplete search
+
+### Bug fixes ###
+
+- Operation: add a related name for towns
+
0.98.5 (2016-09-24)
-------------------
diff --git a/version.py b/version.py
index dff8e1639..cd8064223 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 98, 5, 1)
+VERSION = (0, 98, 6)
def get_version():