Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
* Closes #248.
  • Loading branch information
Glignos authored and Diego Rodriguez committed May 14, 2020
1 parent 8771d41 commit e71eda5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
Changes
=======

Version 1.2.0 (released 2020-05-14)

- Adds optional file streaming using a reverse proxy (e.g. NGINX).

Version 1.1.1 (released 2020-02-24)

- Makes cli `location` command backwards compatible.

Version 1.1.0 (released 2020-01-19)

- Moves *location* from command to group
Expand Down
2 changes: 1 addition & 1 deletion invenio_files_rest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
and parsed by ``setup.py``.
"""

__version__ = '1.1.1'
__version__ = '1.2.0'

0 comments on commit e71eda5

Please sign in to comment.