diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 3c27819..4478561 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,13 @@ +## v0.0.10 + +* a test suite (it only tests libbrotly for now) +* an image proxy for those avatars that are served over http not https +* show a message to the user when their account has been + administratively disabled to explain why +* whjole lot of quality of life improvements +* whole lot of bug fixes +* some stylistic changes + ## v0.0.9 * logged in page now shows time of last delete and next delete diff --git a/version.py b/version.py index 8fac833..619ae18 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -version = 'v0.0.9' +version = 'v0.0.10'