Version bump and changelog for 1.2.10

environments/review-docs-bump-gtj80d/deployments/17527 1.2.10
Georg Krause 2023-03-17 18:28:27 +01:00
rodzic b00ef2e32e
commit d075c6ae2b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
2 zmienionych plików z 23 dodań i 1 usunięć

Wyświetl plik

@ -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)
------------------

Wyświetl plik

@ -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