From 6605b29c2b25fd6ed3594d4625d7e35f23b941f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 24 Jan 2025 12:13:24 +0100 Subject: [PATCH] Fix the version of the Identity Service API when Matrix 1.0 was introduced MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no version r0.1.1 of the Identity Service API. r0.2.0 is the version that was released at that time. Signed-off-by: Kévin Commaille --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index ec923303..849409b5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -514,7 +514,7 @@ the following versions for the individual APIs: | Client-Server API | r0.5.0 | | Server-Server API | r0.1.2 | | Application Service API | r0.1.1 | -| Identity Service API | r0.1.1 | +| Identity Service API | r0.2.0 | | Push Gateway API | r0.1.0 | | Room Versions | 1, 2, 3, 4, 5 |