Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Simba <[email protected]>
  • Loading branch information
lincmba committed Dec 19, 2018
1 parent 98f642a commit 3213821
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog for onadata
=====================

1.17.0 (2018-12-19)
-------------------

- Fix external Choices with number names
`Fixes #1485 <https://github.com/onaio/onadata/issues/1485>`_
[lincmba]

- Remove link expiration message on verification email
`Fixes #1489 <https://github.com/onaio/onadata/issues/1489>`_
[lincmba]

- Only generate hash for linked datasets
`Fixes #1411 <https://github.com/onaio/onadata/issues/1411>`_
[lincmba]

- Fix merged dataset with deleted parent
`Fixes #1511 <https://github.com/onaio/onadata/issues/1511>`_
[lincmba]

- Update/upgrade packages
`PR 1522 <https://github.com/onaio/onadata/pull/1522>`_
[lincmba, ukanga]

1.16.0 (2018-12-06)
-------------------

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__ = "1.16.0"
__version__ = "1.17.0"


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

0 comments on commit 3213821

Please sign in to comment.