diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afe3bf461..e15b3bd73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ## Changelog +#### v1.19.1 (2020-12-04): + +**Hot Fix Release** + +##### Bug Fixes + +- Make speaker email nullable +- Give access to order tickets and attendees to organizers +- Use identifier for export instead of field identifier + +##### Maintenance + +- Upgrade to celery v5 + #### v1.19.0 (2020-11-30): ##### Features diff --git a/config.py b/config.py index 143c6c8def..0fb0e0d91d 100644 --- a/config.py +++ b/config.py @@ -7,7 +7,7 @@ basedir = os.path.abspath(os.path.dirname(__file__)) -VERSION_NAME = '1.19.0' +VERSION_NAME = '1.19.1' LANGUAGES = { 'en': 'English',