From fb2aa688db46cb55bcda1a4ff52b74a9e5c039b2 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 2 Feb 2022 09:59:10 -0700 Subject: [PATCH] prep for v1.2 --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 6a9ee284..96975364 100644 --- a/config.toml +++ b/config.toml @@ -38,14 +38,14 @@ privacy_policy = "https://matrix.org/legal/privacy-notice" [params.version] # must be one of "unstable", "current", "historical" # this is used to decide whether to show a banner pointing to the current release -status = "unstable" +status = "stable" # A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner. current_version_url = "https://spec.matrix.org/latest" # The following is used when status = "stable", and is displayed in various UI elements on a released version # of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created. -#major = "1" -#minor = "1" -#release_date = "November 09, 2021" +major = "1" +minor = "2" +release_date = "February 02, 2022" # User interface configuration [params.ui]