summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md8
-rw-r--r--ishtar_common/version.py4
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 56fca4856..13ae8c60e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,11 +1,17 @@
---
title: Ishtar changelog
-date: 2022-11-04
+date: 2023-01-09
---
Ishtar changelog
================
+v3.2.12 - 2023-01-09
+--------------------
+
+### Bug fix ###
+- Fix strange bug on statistics with criteria
+
v3.2.11 - 2022-12-06
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index dfef3e74b..cb9e91440 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.2.11
-VERSION = (3, 2, 11)
+# 3.2.12
+VERSION = (3, 2, 12)
def get_version():