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',