Skip to content

Commit 3a0a8b8

Browse files
chore: bump version to v5.5.0 (#2910)
1 parent b9b9c1b commit 3a0a8b8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGES.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ Changelog for Onadata
33

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

6+
v5.5.0(2025-09-15)
7+
------------------
8+
- fix: bump valigetta to v0.2.1 to resolve uncaught incorrect padding error
9+
[@kelvin-muchiri]
10+
`PR #2907 https://github.com/onaio/onadata/pull/2907`
11+
- perf: rename default decryption status migration
12+
[@kelvin-muchiri]
13+
`PR #2908 https://github.com/onaio/onadata/pull/2908`
14+
- feat: bump oidc to add support for auth code + PKCE
15+
[@kelvin-muchiri]
16+
`PR #2909 https://github.com/onaio/onadata/pull/2909`
17+
618
v5.4.0(2025-09-01)
719
------------------
820
- feat: track mutation type when creating/updating Entity
@@ -12,7 +24,6 @@ v5.4.0(2025-09-01)
1224
`PR #2902 https://github.com/onaio/onadata/pull/2902`
1325
[@FrankApiyo]
1426

15-
1627
v5.3.2(2025-08-25)
1728
------------------
1829
- fix: resolve mismatch between tableau schema and data if repeat section is within group section
@@ -31,7 +42,6 @@ v5.3.2(2025-08-25)
3142
`PR #2899 https://github.com/onaio/onadata/pull/2899`
3243
[@FrankApiyo]
3344

34-
3545
v5.3.1(2025-08-19)
3646
------------------
3747
- Update Dockerfile

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.4.0"
10+
__version__ = "5.5.0"
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.4.0
3+
version = 5.5.0
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)