Skip to content

Commit

Permalink
Release 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevutskyi committed Aug 27, 2021
1 parent bf2de65 commit 045ec4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
Changes in Flask-Restless-NG
============================

Version 2.2.7
-------------
- Fix Server Error for null relationship in POST (#29)
- Allow session rollback in PATCH_RESOURCE, PATCH_RELATIONSHIP, POST_RELATIONSHIP post-processors (#28)


Version 2.2.6
-------------
- Escape user input in error messages to prevent potention server-side cross-site scripting
Expand Down
2 changes: 1 addition & 1 deletion flask_restless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
#: The current version of this extension.
__version__ = '2.2.6'
__version__ = '2.2.7'


# The following names are available as part of the public API for Flask-Restless-NG.
Expand Down

0 comments on commit 045ec4d

Please sign in to comment.