diff --git a/VERSION b/VERSION index 79a2734..5d4294b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.5.1 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3afbeb4..f28fd29 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +* :release:`0.5.1 <2015-09-02>` +* :bug:`-` Fixed '_self' param for ``/api/users/self`` convience route +* :bug:`-` Fixed a bug when using reserved query params with GET tunneling +* :bug:`-` Fixed an error preventing RelationshipFields' backrefs to be set as _nested_relationships +* :bug:`-` Fixed a bug allowing to update hidden fields +* :bug:`-` Simplified ACLs (refactoring) + * :release:`0.5.0 <2015-08-19>` * :feature:`-` Renamed field 'self' to '_self' * :feature:`-` Refactored authentication