We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f4c2a commit 00111a7Copy full SHA for 00111a7
CHANGELOG.md
@@ -1,5 +1,19 @@
1
## Changelog
2
3
+#### v1.19.1 (2020-12-04):
4
+
5
+**Hot Fix Release**
6
7
+##### Bug Fixes
8
9
+- Make speaker email nullable
10
+- Give access to order tickets and attendees to organizers
11
+- Use identifier for export instead of field identifier
12
13
+##### Maintenance
14
15
+- Upgrade to celery v5
16
17
#### v1.19.0 (2020-11-30):
18
19
##### Features
config.py
@@ -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',
0 commit comments