summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md8
-rw-r--r--version.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8fbb34e43..314b30ffe 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,14 @@
Ishtar changelog
================
+v0.99.21 (2017-06-14)
+---------------------
+### Features ###
+- OA code is now a string
+
+### Bug fixes ###
+- Context record wizard: fix related context record association on creation
+
v0.99.20 (2017-06-01)
---------------------
### Features ###
diff --git a/version.py b/version.py
index 59c615ef9..d6129f406 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 20)
+VERSION = (0, 99, 21)
def get_version():