Skip to content

Commit

Permalink
chore: Prepare for v1.16.0 (#7115)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Jul 6, 2020
1 parent ee0bd29 commit b1937c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b1937c6

Please sign in to comment.