Skip to content

Commit 197cf33

Browse files
chore: Prepare for v1.12.0 (#6812)
1 parent c11087c commit 197cf33

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
#### v1.12.0 (2020-02-02):
4+
5+
- Add check if donation ticket has payment method enabled
6+
- Fix general event statistics type
7+
- Internal refactoring and code cleanup
8+
39
#### v1.11.2 (2020-01-25):
410

511
- Fix celery task status endpoint

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.11.2'
3+
SERVER_VERSION = '1.12.0'
44

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

0 commit comments

Comments
 (0)