Skip to content

Commit

Permalink
release: v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Apr 27, 2020
1 parent 9ef8628 commit 6a95534
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version 1.1.2 (released 2020-04-28)

- Introduces ``RecordIndexer.record_cls`` for customizing the record class.
- Removes Python 2 support.

Version 1.1.1 (released 2019-11-21)

- Fix bulk action parameters compatibility for Elasticsearch v7.
Expand Down
2 changes: 1 addition & 1 deletion invenio_indexer/version.py
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 6a95534

Please sign in to comment.