Skip to content

Commit f3bb95c

Browse files
chore: Prepare for release 1.9.0 (#6630)
1 parent 1521c32 commit f3bb95c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
##### v1.9.0 (2019-11-28):
4+
5+
- Fix billing info requirements from attendees
6+
- Fix stripe connection issue in event wizard
7+
- Check proper access permissions for event exporting API
8+
9+
310
##### v1.8.0 (2019-11-24):
411

512
- Run `python manage.py fix_digit_identifier` to correct all digit identifiers

app/api/server_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import jsonify, Blueprint
22

3-
SERVER_VERSION = '1.8.0'
3+
SERVER_VERSION = '1.9.0'
44

55
info_route = Blueprint('info', __name__)
66
_build = {'version': SERVER_VERSION}

0 commit comments

Comments
 (0)