diff --git a/CHANGES.rst b/CHANGES.rst index 72ebcc7..b90866c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,11 @@ Changes ======= +Version 0.4.0 (released 2023-10-06) + +- backends: set email reply to field +- generators: add conditional recipient generator + Version 0.3.0 (released 2023-08-30) - backends: strip html tags for plain text mail diff --git a/invenio_notifications/__init__.py b/invenio_notifications/__init__.py index 513e7ee..7892397 100644 --- a/invenio_notifications/__init__.py +++ b/invenio_notifications/__init__.py @@ -12,7 +12,7 @@ from .ext import InvenioNotifications from .proxies import current_notifications, current_notifications_manager -__version__ = "0.3.0" +__version__ = "0.4.0" __all__ = ( "__version__", diff --git a/setup.cfg b/setup.cfg index 4593ecf..2a760e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ install_requires = tests = invenio-app>=1.3.4,<2.0.0 invenio-celery>=1.2.5 - invenio-mail>=1.0.2 + invenio-mail>=2.0.0,<3.0.0 invenio-records-resources>=4.1.0,<5.0.0 pytest-invenio>=2.1.0,<3.0.0 pytest-black>=0.3.0