Skip to content

Commit

Permalink
Merge pull request #1812 from onaio/v2.3.1-rc
Browse files Browse the repository at this point in the history
Tag release v2.3.1
  • Loading branch information
Davis Raymond committed Apr 14, 2020
2 parents cbd47ff + aa8c642 commit fc63174
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v2.3.1(2020-04-14)
------------------

- Use master database when fetching external export metadata information
`PR #1760 <https://github.com/onaio/onadata/pull/1760>`_
[@WinnyTroy]
- Add support for latest RapidPro webhook posts
`PR #1807 <https://github.com/onaio/onadata/pull/1807>`_
[@DavisRayM]
- Handle dynamic choice names while generating SAV exports
`PR #1806 <https://github.com/onaio/onadata/pull/1806>`_
[@DavisRayM]

v2.3.0(2020-04-07)*
-------------------

- Set deletied_by field when deleting XForms asynchronously
`PR #1798 <https://github.com/onaio/onadata/pull/1798>`_
[@DavisRayM]
- Add and utilize consistent enketo URLS
`PR #1775 <https://github.com/onaio/onadata/pull/1775>`_
`PR #1799 <https://github.com/onaio/onadata/pull/1775>`_
[@DavisRayM]
- Invalidate sessions on password change
`PR #1783 <https://github.com/onaio/onadata/pull/1783>`_
[@DavisRayM]
- Update dependencies
`PR #1788 <https://github.com/onaio/onadata/pull/1788>`_
[@DavisRayM]
- Update PyXForm to v1.1.0
`PR #1796 <https://github.com/onaio/onadata/pull/1796>`_
[@DavisRayM]

v2.2.1 (2020-02-20)*
-------------------

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__ = "2.0.11"
__version__ = "2.3.1"


# This will make sure the app is always imported when
Expand Down

0 comments on commit fc63174

Please sign in to comment.