diff --git a/CHANGELOG b/CHANGELOG index 233ca6ab5..ac84198cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,43 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. .. towncrier +1.3.3 (2023-09-07) +------------------ + +Upgrade instructions are available at +https://docs.funkwhale.audio/administrator/upgrade/index.html + +Bugfixes: + +- Revert changed logging to fix crashes + +Contributors to our Issues: + +- Alexandra Parker +- Aurelien Vaillant +- ChengChung +- Ciarán Ainsworth +- Georg Krause +- Johann Queuniet +- Kasper Seweryn +- Mathieu Jourdan +- Nicolas Derive +- Puniko Nyan +- Thomas +- petitminion +- philip ballinger + +Contributors to our Merge Requests: + +- Ciarán Ainsworth +- Georg Krause +- JuniorJPDJ +- Kasper Seweryn +- Marcos Peña +- jooola +- petitminion + + 1.3.2 (2023-09-01) ------------------ diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index 244f8109b..fa79c7320 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.2" +__version__ = "1.3.3" __version_info__ = tuple( [ int(num) if num.isdigit() else num diff --git a/changes/changelog.d/2212.bugfix b/changes/changelog.d/2212.bugfix deleted file mode 100644 index 6672c6dfd..000000000 --- a/changes/changelog.d/2212.bugfix +++ /dev/null @@ -1 +0,0 @@ -Revert changed logging to fix crashes