Skip to content

Commit

Permalink
chore: Prepare for v1.10.0 (#6688)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Dec 22, 2019
1 parent 0210a01 commit f54d0c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
## Changelog

##### v1.10.0 (2019-12-22):

- Fix event and speaker image resizing, and add management command to resize event and speaker images which remained to be resized.
Run `python manage.py fix_event_and_speaker_images` to resize images which weren't resized due to the bug
- Optimize link generation of relationships with up to 10X speedup
- Add scheduled job to automatically remove orphan ticket holders with no order ID
- Add created and modified times in ticket holder
- Allow new tickets to have same name as deleted tickets
- Fix PayTM payment gateway

##### v1.9.0 (2019-11-28):

- Fix billing info requirements from attendees
Expand Down
2 changes: 1 addition & 1 deletion app/api/server_version.py
@@ -1,6 +1,6 @@
from flask import jsonify, Blueprint

SERVER_VERSION = '1.9.0'
SERVER_VERSION = '1.10.0'

info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
Expand Down

0 comments on commit f54d0c4

Please sign in to comment.