Skip to content

Commit 7fb1b3d

Browse files
bump version to v5.2.4 (#2880)
1 parent e064a92 commit 7fb1b3d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog for Onadata
33

44
``* represents releases that introduce new migrations``
55

6+
v5.2.4(2025-07-31)
7+
------------------
8+
- Skip Instance decryption if encryption is not using managed keys
9+
- Fix slow response times on ``/api/v1/data endpoint`` due to enforcement of ``view_xform_data`` permission
10+
`PR #2874 <https://github.com/onaio/onadata/pull/2878>`
11+
[@kelvin-muchiri, @FrankApiyo]
12+
613
v5.2.3(2025-07-28)
714
------------------
815
- Use safe cache operations

onadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import absolute_import, unicode_literals
99

10-
__version__ = "5.2.3"
10+
__version__ = "5.2.4"
1111

1212

1313
# This will make sure the app is always imported when

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = onadata
3-
version = 5.2.3
3+
version = 5.2.4
44
description = Collect Analyze and Share Data
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)