Skip to content

Commit 905b0a2

Browse files
chore: Prepare for v1.11.1 (#6778)
1 parent 979dd45 commit 905b0a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
#### v1.11.1 (2020-01-23):
4+
5+
- Fix event fee notification task being triggered every minute
6+
37
#### v1.11.0 (2020-01-23):
48

59
- **BREAKING:** Fix security issues related to secret key. You **MUST** add the current secret key set in DB as `SECRET_KEY` environment variable before upgrading. After upgrading, the column will be removed from DB

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

3-
SERVER_VERSION = '1.11.0'
3+
SERVER_VERSION = '1.11.1'
44

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

0 commit comments

Comments
 (0)