From a9db90594134dda3011c83d4f307252850618d3c Mon Sep 17 00:00:00 2001 From: Agate Date: Wed, 10 Mar 2021 17:54:22 +0100 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 67fd7debd..3c2cc62eb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,7 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. .. towncrier -1.1 (unreleased) +1.1 (2021-03-10) ---------------- Upgrade instructions are available at From f51e22d04579fe4dae694a4c4f0ee3c998453ad3 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 13 Mar 2021 21:18:55 +0100 Subject: [PATCH 2/2] Fix swagger build by replacing faulty default URL --- docs/build_swagger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_swagger.sh b/docs/build_swagger.sh index a33183e2b..e3b233955 100755 --- a/docs/build_swagger.sh +++ b/docs/build_swagger.sh @@ -7,4 +7,4 @@ git clone --branch="v$SWAGGER_VERSION" --depth=1 "https://github.com/swagger-api mv /tmp/swagger-ui/dist $TARGET_PATH cp swagger.yml $TARGET_PATH cp -r api $TARGET_PATH/api -sed -i "s,http://petstore.swagger.io/v2/swagger.json,swagger.yml,g" $TARGET_PATH/index.html +sed -i "s,https://petstore.swagger.io/v2/swagger.json,swagger.yml,g" $TARGET_PATH/index.html