Skip to content

Commit

Permalink
chore: Prepare for v1.11.2 (#6785)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Jan 24, 2020
1 parent ad327b8 commit 4310760
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.2 (2020-01-25):

- Fix celery task status endpoint

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

- Fix event fee notification task being triggered every minute
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.1'
SERVER_VERSION = '1.11.2'

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

0 comments on commit 4310760

Please sign in to comment.