Version bump and changelog for 1.4.0-rc2

This commit is contained in:
Georg Krause 2023-11-30 12:29:52 +01:00
parent cc2ff8ae88
commit 74b2593cb2
2 changed files with 12 additions and 1 deletions

View File

@ -9,6 +9,17 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
<!-- towncrier -->
## 1.4.0-rc2 (2023-11-30)
Upgrade instructions are available at https://docs.funkwhale.audio/administrator/upgrade/index.html
Changes since 1.4.0-rc1:
Bugfixes:
- Fix broken nginx templates for docker setup (#2252)
- Fix docker builds in CI by using correct flag to disable cache
## 1.4.0-rc1 (2023-11-28)
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-rc1"
version = "1.4.0-rc2"
description = "Funkwhale API"
authors = ["Funkwhale Collective"]