summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md7
-rw-r--r--version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1f7351e36..95503838b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
Ishtar changelog
================
+0.98.7 (2016-10-17)
+-------------------
+
+### Features ###
+
+- Context records: display and export context records relations from operation and context record sheet
+
0.98.6 (2016-10-11)
-------------------
diff --git a/version.py b/version.py
index cd8064223..533f6288f 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 98, 6)
+VERSION = (0, 98, 7)
def get_version():