Version bump and changelog for 1.2.10
This commit is contained in:
parent
b00ef2e32e
commit
d075c6ae2b
22
CHANGELOG
22
CHANGELOG
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue