Skip to content

Commit

Permalink
Bump version to v4.9.1 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Nov 18, 2024
1 parent 730db05 commit aa0d6a9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.9.2(2024-11-18)
------------------
- Security updates
`PR #2729 <https://github.com/onaio/onadata/pull/2729>`
[@kelvin-muchiri]
- Invalidate XForm list cache when form is published/replaced
`PR #2730 <https://github.com/onaio/onadata/pull/2730>`
[@kelvin-muchiri]
- Update pre commit install instructions
`PR #2723 <https://github.com/onaio/onadata/pull/2723>`
[@kelvin-muchiri]
- Update to oidc v1.1.2
`PR #2736 <https://github.com/onaio/onadata/pull/2736>`
[@ukanga]
- Security updates
`PR #2737 <https://github.com/onaio/onadata/pull/2737>`
[@kelvin-muchiri]
- Ensure geojson exports creation process is idempotent
`PR #2734 <https://github.com/onaio/onadata/pull/2734>`
[@FrankApiyo]
- [fix] Lookup only models where the parent is h:head
`PR #2733 <https://github.com/onaio/onadata/pull/2733>`
[@ukanga]

v4.9.1(2024-10-23)
------------------
- Fix extra columns excluded in DataView CSV export
Expand Down
2 changes: 1 addition & 1 deletion onadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import absolute_import, unicode_literals

__version__ = "4.9.1"
__version__ = "4.9.2"


# 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 = 4.9.1
version = 4.9.2
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit aa0d6a9

Please sign in to comment.