summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md11
-rw-r--r--ishtar_common/version.py4
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d444b4924..a8d2c0c89 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,17 @@
Ishtar changelog
================
+v3.0.8 - 2020-05-26
+-------------------
+
+### Features ####
+- Search finds/context records: add missing search criteria for datings
+
+### Bug fixes ###
+- Fix corrupted image
+- Operation - Wizard: fix parcel sort
+- Find - search: fix dates fields
+
v3.0.7 - 2020-05-11
-------------------
### Features ####
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 59f344027..098157751 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.0.7
-VERSION = (3, 0, 7)
+# 3.0.8
+VERSION = (3, 0, 8)
def get_version():