diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index e8acd2cfa..b3c898e70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ Ishtar changelog ================ +### Features ### +- JSON search: boolean field search +- Import: cleaner layout for match template +- Custom index - document: operation_source_type_code, index by operation and source_type code + +### Bug fixes ### +- Search vector field always first field v3.1.24 - 2021-05-25 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index f4c5beed5..a940d04ed 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.24 -VERSION = (3, 1, 24) +# 3.1.25 +VERSION = (3, 1, 25) def get_version(): |