Version bump and changelog for 1.4.1

This commit is contained in:
Petitminion 2025-04-14 16:19:17 +02:00
parent a9d56911ef
commit 06494a538c
2 changed files with 15 additions and 1 deletions

View File

@ -9,6 +9,20 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
<!-- towncrier -->
## 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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "funkwhale-api"
version = "1.4.0"
version = "1.4.1"
description = "Funkwhale API"
authors = ["Funkwhale Collective"]