From e2b0760988c3382fe211a95d8d9b307f88b69b69 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 5 Oct 2020 15:46:05 +0200 Subject: [PATCH] CHANGELOG: bump to alpha.24 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2638cfe9..1860a4de6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ If you encounter issues while upgrading to a newer version, don't hesitate to re > Collect changes for the next release below +## v0.1.1-alpha.24 + ### Backend (example-backend, or backends created with @backstage/create-app) - The default mount point for backend plugins have been changed to `/api`. These changes are done in the backend package itself, so it is recommended that you sync up existing backend packages with this new pattern. [#2562](https://github.com/spotify/backstage/pull/2562)