Skip to content

Commit

Permalink
Tag v2.5.7 (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
WinnyTroy committed Jun 15, 2021
1 parent c2c6a48 commit 16f3e16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,19 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v2.5.7(2021-06-14)
------------------

- Update data endpoint documentation
`PR #2100 <https://github.com/onaio/onadata/pull/2100>`_
[@WinnyTroy]
- Add service_health view function
`PR #2097 <https://github.com/onaio/onadata/pull/2097>`_
[@DavisRayM]
- Add CI Test Github Actions workflow
`PR #2102 <https://github.com/onaio/onadata/pull/2102>`_
[@DavisRayM]

v2.5.6(2021-06-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion onadata/__init__.py
Expand Up @@ -6,7 +6,7 @@
"""
from __future__ import absolute_import, unicode_literals

__version__ = "2.5.6"
__version__ = "2.5.7"


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

0 comments on commit 16f3e16

Please sign in to comment.