Skip to content

Commit

Permalink
chore: Prepare for v1.19.1 (#7491)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Dec 4, 2020
1 parent 53f4c2a commit 00111a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

#### v1.19.1 (2020-12-04):

**Hot Fix Release**

##### Bug Fixes

- Make speaker email nullable
- Give access to order tickets and attendees to organizers
- Use identifier for export instead of field identifier

##### Maintenance

- Upgrade to celery v5

#### v1.19.0 (2020-11-30):

##### Features
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.19.0'
VERSION_NAME = '1.19.1'

LANGUAGES = {
'en': 'English',
Expand Down

0 comments on commit 00111a7

Please sign in to comment.