diff --git a/CHANGELOG.md b/CHANGELOG.md index 530210158..555071713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. +## 1.4.1 (2025-04-14) + +Upgrade instructions are available at https://docs.funkwhale.audio/administrator/upgrade/index.html + +Bugfixes: + +- Fix 1.4.0 builds +- Fix build script for documentation to properly deploy swagger +- Make trailing slashes optional for all endpoints + +Documentation: + +- Fixed the sample Apache configuration + ## 1.4.0 (2023-12-12) Upgrade instructions are available at https://docs.funkwhale.audio/administrator/upgrade/index.html diff --git a/api/pyproject.toml b/api/pyproject.toml index a85399bee..7b9b2a2e6 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funkwhale-api" -version = "1.4.0" +version = "1.4.1" description = "Funkwhale API" authors = ["Funkwhale Collective"]