Skip to content

Commit

Permalink
chore: Prepare for release 1.9.0 (#6630)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Nov 28, 2019
1 parent 1521c32 commit f3bb95c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

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

- Fix billing info requirements from attendees
- Fix stripe connection issue in event wizard
- Check proper access permissions for event exporting API


##### v1.8.0 (2019-11-24):

- Run `python manage.py fix_digit_identifier` to correct all digit identifiers
Expand Down
2 changes: 1 addition & 1 deletion app/api/server_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from flask import jsonify, Blueprint

SERVER_VERSION = '1.8.0'
SERVER_VERSION = '1.9.0'

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

0 comments on commit f3bb95c

Please sign in to comment.