diff --git a/CHANGES.rst b/CHANGES.rst index 90543ce484..896f79ce07 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 `_ + [@WinnyTroy] +- Add support for latest RapidPro webhook posts + `PR #1807 `_ + [@DavisRayM] +- Handle dynamic choice names while generating SAV exports + `PR #1806 `_ + [@DavisRayM] + +v2.3.0(2020-04-07)* +------------------- + +- Set deletied_by field when deleting XForms asynchronously + `PR #1798 `_ + [@DavisRayM] +- Add and utilize consistent enketo URLS + `PR #1775 `_ + `PR #1799 `_ + [@DavisRayM] +- Invalidate sessions on password change + `PR #1783 `_ + [@DavisRayM] +- Update dependencies + `PR #1788 `_ + [@DavisRayM] +- Update PyXForm to v1.1.0 + `PR #1796 `_ + [@DavisRayM] + v2.2.1 (2020-02-20)* ------------------- diff --git a/onadata/__init__.py b/onadata/__init__.py index 649423d77c..c79d46dd51 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -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