Version bump and changelog for 1.2.10

This commit is contained in:
Georg Krause 2023-03-17 18:28:27 +01:00
parent b00ef2e32e
commit d075c6ae2b
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
2 changed files with 23 additions and 1 deletions

View File

@ -10,6 +10,28 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.10 (2023-03-17)
-------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Bugfixes:
- Fixes a security vulnerability that allows to download all media files without access control #2101
Contributors to our Issues:
- Georg Krause
- JuniorJPDJ
Special thanks to Conradowatz for reporting the vulnerability
Committers:
- JuniorJPDJ
1.2.9 (2022-11-25)
------------------

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.2.9"
__version__ = "1.2.10"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num