Skip to content

Commit

Permalink
chore: Prepare for v1.13.0 (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Feb 20, 2020
1 parent ee271ba commit 25e6a09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

#### v1.13.0 (2020-02-20):

- Fix cron job timings preventing multiple emails to attendees
- Change email links to be more accessible
- Fix invoice email generation errors
- Add proper etag support by changing to weak etags

#### v1.12.0 (2020-02-02):

- Add check if donation ticket has payment method enabled
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 Blueprint, jsonify

SERVER_VERSION = '1.12.0'
SERVER_VERSION = '1.13.0'

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

0 comments on commit 25e6a09

Please sign in to comment.