From 06494a538c199b5501ab55943a36ee48902076d3 Mon Sep 17 00:00:00 2001 From: Petitminion Date: Mon, 14 Apr 2025 16:19:17 +0200 Subject: [PATCH] Version bump and changelog for 1.4.1 --- CHANGELOG.md | 14 ++++++++++++++ api/pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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"]