Skip to content

Commit

Permalink
chore: Prepare for v1.11.1 (#6778)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Jan 23, 2020
1 parent 979dd45 commit 905b0a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

#### v1.11.1 (2020-01-23):

- Fix event fee notification task being triggered every minute

#### v1.11.0 (2020-01-23):

- **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
Expand Down
2 changes: 1 addition & 1 deletion app/api/server_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from flask import jsonify, Blueprint

SERVER_VERSION = '1.11.0'
SERVER_VERSION = '1.11.1'

info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
Expand Down

0 comments on commit 905b0a2

Please sign in to comment.