Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Glignos authored and Diego Rodriguez committed May 8, 2020
1 parent 344b4dd commit 55d8d32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version 1.2.1 (released 2020-05-08)

- The CSRF Middleware is now by default disabled.
- The ``CSRF_SECRET_SALT`` now defaults to ``invenio-csrf-token``.
- Added a new configuration variable: ``CSRF_FORCE_SECURE_REFERER``.

Version 1.2.0 (released 2020-03-10)

- Centralize dependency management via Invenio-Base.
Expand Down
2 changes: 1 addition & 1 deletion invenio_rest/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit 55d8d32

Please sign in to comment.