Skip to content

Commit 25e6a09

Browse files
chore: Prepare for v1.13.0 (#6854)
1 parent ee271ba commit 25e6a09

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.13.0 (2020-02-20):
4+
5+
- Fix cron job timings preventing multiple emails to attendees
6+
- Change email links to be more accessible
7+
- Fix invoice email generation errors
8+
- Add proper etag support by changing to weak etags
9+
310
#### v1.12.0 (2020-02-02):
411

512
- Add check if donation ticket has payment method enabled

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 Blueprint, jsonify
22

3-
SERVER_VERSION = '1.12.0'
3+
SERVER_VERSION = '1.13.0'
44

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

0 commit comments

Comments
 (0)