From 5b848ed5f9c4bb9e5d32d79fdf967c49aeab88da Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 10 Mar 2025 05:55:46 +0000 Subject: [PATCH] 1.15.0 --- CHANGES.md | 10 ++++++++++ changelog.d/99.feature | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/99.feature diff --git a/CHANGES.md b/CHANGES.md index c865f5b..03ff4de 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +1.15.0 (2025-03-10) +=================== + +Features +-------- + +- The `/api/submit` endpoint responds with JSON when it encounters an error. + Please read the documentation in [docs/api.md](https://github.com/matrix-org/rageshake/blob/main/docs/api.md) to learn more. ([\#99](https://github.com/matrix-org/rageshake/issues/99)) + + 1.14.0 (2025-02-11) =================== diff --git a/changelog.d/99.feature b/changelog.d/99.feature deleted file mode 100644 index 16178b1..0000000 --- a/changelog.d/99.feature +++ /dev/null @@ -1,2 +0,0 @@ -The `/api/submit` endpoint responds with JSON when it encounters an error. -Please read the documentation in [docs/api.md](https://github.com/matrix-org/rageshake/blob/main/docs/api.md) to learn more. \ No newline at end of file