File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ Changelog for Onadata
3
3
4
4
``* represents releases that introduce new migrations ``
5
5
6
+ v5.2.5(2025-08-06)
7
+ ------------------
8
+ - Fix bug where encrypted XLSForm with choice filter has invalid XML
9
+ `PR #2881 <https://github.com/onaio/onadata/pull/2881> `
10
+ [@kelvin-muchiri]
11
+ - Make duplicate submission check efficient
12
+ `PR #2879 <https://github.com/onaio/onadata/pull/2879> `
13
+ [@kelvin-muchiri]
14
+
6
15
v5.2.4(2025-07-31)
7
16
------------------
8
17
- Skip Instance decryption if encryption is not using managed keys
Original file line number Diff line number Diff line change 7
7
8
8
from __future__ import absolute_import , unicode_literals
9
9
10
- __version__ = "5.2.4 "
10
+ __version__ = "5.2.5 "
11
11
12
12
13
13
# This will make sure the app is always imported when
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = onadata
3
- version = 5.2.4
3
+ version = 5.2.5
4
4
description = Collect Analyze and Share Data
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments