Update changelog

This commit is contained in:
Lance Edgar 2020-12-16 14:53:17 -06:00
parent cc833c52b6
commit 6a0bcdaa82
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG
=========
0.8.117 (2020-12-16)
--------------------
* Add common "form poster" logic, to make CSRF token/header names configurable.
* Refactor the feedback form to use common form poster logic.
0.8.116 (2020-12-15)
--------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.8.116'
__version__ = '0.8.117'