diff --git a/CHANGES.rst b/CHANGES.rst index b251dbff20..8414b714e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,21 @@ Changelog for Onadata ``* represents releases that introduce new migrations`` +v2.5.18(2022-03-08) +------------------- + +- Fix circular imports on export builder module + `PR #2208 `_ + [@KipSigei] + +v2.5.17(2022-03-08) +------------------- +``Release v2.5.17 has known issues; See `PR #2208 `_`` + +- Support split select multiple for CSV & XLS exports when random param is set to true + `PR #2205 `_ + [@KipSigei] + v2.5.16(2022-02-16) ------------------- diff --git a/onadata/__init__.py b/onadata/__init__.py index 3bb618f154..50a5634a4f 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -6,7 +6,7 @@ """ from __future__ import absolute_import, unicode_literals -__version__ = "2.5.16" +__version__ = "2.5.18" # This will make sure the app is always imported when