Skip to content

Commit

Permalink
Merge pull request #2573 from onaio/v3.19.0-rc
Browse files Browse the repository at this point in the history
Tag release v3.19.0
  • Loading branch information
KipSigei authored Mar 26, 2024
2 parents 112304e + 5a86daa commit 59ce53b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.19.0(2024-03-26)
-------------------
- Security Remediations
`PR #2569 <https://github.com/onaio/onadata/pull/2569>`
[@KipSigei]
- Add Instance History indexing to checksum & uuid fields
`PR #2564 <https://github.com/onaio/onadata/pull/2564>`
[@KipSigei]
- Add migration to update old enketo urls
`PR #2552 <https://github.com/onaio/onadata/pull/2552>`
[@ciremusyoka]
- Ignore child questions of grouped sections within repeating sections during CSV export
`PR #2559 <https://github.com/onaio/onadata/pull/2559>`
[@kelvin-muchiri]

v3.18.2(2024-02-23)
-------------------
- Improve perfomance of /status endpoint
Expand Down
2 changes: 1 addition & 1 deletion onadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
from __future__ import absolute_import, unicode_literals

__version__ = "3.18.2"
__version__ = "3.19.0"


# This will make sure the app is always imported when
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = onadata
version = 3.18.2
version = 3.19.0
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 59ce53b

Please sign in to comment.