diff --git a/changelog.d/20137.feature b/changelog.d/20137.feature new file mode 100644 index 00000000000..025f9b50cf1 --- /dev/null +++ b/changelog.d/20137.feature @@ -0,0 +1 @@ +Advertise support for Matrix v1.14. Contributed by @famedly. diff --git a/rust/src/handlers/versions.rs b/rust/src/handlers/versions.rs index dc9e55e3499..54622d97260 100644 --- a/rust/src/handlers/versions.rs +++ b/rust/src/handlers/versions.rs @@ -155,6 +155,8 @@ async fn build_versions_response( "v1.10".to_string(), "v1.11".to_string(), "v1.12".to_string(), + "v1.13".to_string(), + "v1.14".to_string(), ]), unstable_features: unstable_feature_map, })