Version bump and changelog for 1.4.1
This commit is contained in:
parent
a9d56911ef
commit
06494a538c
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -9,6 +9,20 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
||||||
|
|
||||||
<!-- towncrier -->
|
<!-- 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)
|
## 1.4.0 (2023-12-12)
|
||||||
|
|
||||||
Upgrade instructions are available at https://docs.funkwhale.audio/administrator/upgrade/index.html
|
Upgrade instructions are available at https://docs.funkwhale.audio/administrator/upgrade/index.html
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "funkwhale-api"
|
name = "funkwhale-api"
|
||||||
version = "1.4.0"
|
version = "1.4.1"
|
||||||
description = "Funkwhale API"
|
description = "Funkwhale API"
|
||||||
|
|
||||||
authors = ["Funkwhale Collective"]
|
authors = ["Funkwhale Collective"]
|
||||||
|
|
Loading…
Reference in New Issue