diff --git a/CHANGELOG.md b/CHANGELOG.md index 432f3e7179..e82910ff05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Changelog +#### v1.16.0 (2020-07-06): + +**MAJOR BREAKING CHANGES** +Order API has changed and old API has been deprecated and limited to avoid data integrity bugs. Please check the changes thoroughly before upgrading + +- Switch to new Orders API with proper testing of discount code, tax and amount calculation +- Add constraint checks on attendee custom forms and order status +- Change custom form model schema to allow custom fields +- Add endpoint for upcoming events (beta) +- Various testing and maintenance improvements +- Various dependency updates + #### v1.15.0 (2020-04-15): **BREAKING CHANGE** diff --git a/config.py b/config.py index 5f76de37b0..dcfe61cde9 100644 --- a/config.py +++ b/config.py @@ -7,7 +7,7 @@ basedir = os.path.abspath(os.path.dirname(__file__)) -VERSION_NAME = '1.14.0' +VERSION_NAME = '1.16.0' LANGUAGES = { 'en': 'English',