From dcb39c603aea2cca6756164288b4993e8de56dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= <76261501+zecakeh@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:04:25 +0100 Subject: [PATCH] Fix the version of the Identity Service API at Matrix 1.0 (#2061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- changelogs/internal/newsfragments/2061.clarification | 1 + content/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/internal/newsfragments/2061.clarification diff --git a/changelogs/internal/newsfragments/2061.clarification b/changelogs/internal/newsfragments/2061.clarification new file mode 100644 index 00000000..3257cef1 --- /dev/null +++ b/changelogs/internal/newsfragments/2061.clarification @@ -0,0 +1 @@ +Fix the version of the Identity Service API when Matrix 1.0 was introduced. 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 |