From 5e3e8ae5d5e650f2fdf86bb97169c283566b3f3b Mon Sep 17 00:00:00 2001 From: Areeb Jamal Date: Mon, 30 Nov 2020 18:07:49 +0530 Subject: [PATCH] chore: Prepare for v1.19.0 (#7478) --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ config.py | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5098976c23..6afe3bf461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ ## Changelog +#### v1.19.0 (2020-11-30): + +##### Features +- Add video stream/conference integration support +- Add separate tickets for each attendee +- Improve Order Emails to include more details +- Change PDFs to correct timezone info +- Make emails translatable +- Add simpler ICS export +- Improve upcoming events criteria + +##### Bug Fixes + +- Remove ability to delete orders +- Remove ability to edit role invites. *As an alternative, please delete an invite and resend another* +- Fix user deletion API logic +- Fix PDF issues related to emails and orders +- Fix minimum amount for generating invoice + +##### Maintenance + +- Add support for gevent worker. **Note**: eventlet is deprecated and will be removed in next release +- Remove discrepancies in prod and code migrations +- Dependency Updates + +*More details in Releases Section* + #### v1.18.0 (2020-10-07): ##### Features diff --git a/config.py b/config.py index 2f159f5f93..143c6c8def 100644 --- a/config.py +++ b/config.py @@ -7,7 +7,7 @@ basedir = os.path.abspath(os.path.dirname(__file__)) -VERSION_NAME = '1.18.0' +VERSION_NAME = '1.19.0' LANGUAGES = { 'en': 'English',