Andrew Morgan 2 years ago
parent
commit
34baf76451
5 changed files with 16 additions and 3 deletions
  1. 9 0
      CHANGES.md
  2. 0 1
      changelog.d/12260.misc
  3. 0 1
      changelog.d/12265.misc
  4. 6 0
      debian/changelog
  5. 1 1
      synapse/__init__.py

+ 9 - 0
CHANGES.md

@@ -1,3 +1,12 @@
+Synapse 1.55.0 (2022-03-22)
+===========================
+
+Internal Changes
+----------------
+
+- Tweak copy for default sso account details template to better adhere to mobile app store guidelines. ([\#12265](https://github.com/matrix-org/synapse/issues/12265), [\#12260](https://github.com/matrix-org/synapse/issues/12260))
+
+
 Synapse 1.55.0rc1 (2022-03-15)
 ==============================
 

+ 0 - 1
changelog.d/12260.misc

@@ -1 +0,0 @@
-Reword 'Choose your user name' as 'Choose your account name' in the SSO registration template, in order to comply with SIWA guidelines.

+ 0 - 1
changelog.d/12265.misc

@@ -1 +0,0 @@
-Tweak copy for default sso account details template to better adhere to mobile app store guidelines.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.55.0) stable; urgency=medium
+
+  * New synapse release 1.55.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 22 Mar 2022 13:59:26 +0000
+
 matrix-synapse-py3 (1.55.0~rc1) stable; urgency=medium
 
   * New synapse release 1.55.0~rc1.

+ 1 - 1
synapse/__init__.py

@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.55.0rc1"
+__version__ = "1.55.0"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when