diff --git a/CHANGELOG b/CHANGELOG
index 8878fc9..4751961 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -195,3 +195,10 @@
* Allow login to be blocked based on the values of SAML attributes. (#8052)
* Allow guest access to the GET /_matrix/client/r0/rooms/{room_id}/members endpoint, according to MSC2689. Contributed by Awesome Technologies Innovationslabor GmbH. (#7314)
+[1.9.1]
+* Update Synapse to 1.19.1
+* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.19.1)
+* Fix a bug introduced in v1.19.0 where appservices with ratelimiting disabled would still be ratelimited when joining rooms. (#8139)
+* Fix a bug introduced in v1.19.0 that would cause e.g. profile updates to fail due to incorrect application of rate limits on join requests. (#8153)
+
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 640db67..f14573d 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Secure & decentralized communication",
- "version": "1.9.0",
+ "version": "1.9.1",
"healthCheckPath": "/",
"httpPort": 8008,
"memoryLimit": 536870912,
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 1275384..7f0d8dc 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Synapse 1.19.0.
+This app packages Synapse 1.19.1.
**This package only provides the Matrix backend. A variety of clients are available
[here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and