Skip to content

Commit

Permalink
release: v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Feb 12, 2020
1 parent 8f59d4c commit e0d6705
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@
Changes
=======

Version 1.1.2 (released 2020-02-12)

- Fixes requirements for Flask, Werkzeug and Flask-Login due to
incompatibilities of latest released modules.

Version 1.1.1 (released 2019-03-10)

- Fixes an issue where the HTTP headers X-Session-ID and X-User-ID are added
even if the value is not known. This causes 'None' to be logged in Nginx, instead of simply '-'.
even if the value is not known. This causes 'None' to be logged in Nginx,
instead of simply '-'.

Version 1.1.0 (released 2019-02-15)

Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.1.1'
__version__ = '1.1.2'

0 comments on commit e0d6705

Please sign in to comment.