diff --git a/_service b/_service
index 698e0e0..baa4111 100644
--- a/_service
+++ b/_service
@@ -4,12 +4,12 @@
@PARENT_TAG@
https://github.com/matrix-org/synapse.git
git
+ v1.11.0
v(.*)
- v1.10.0
diff --git a/matrix-synapse-1.10.0.obscpio b/matrix-synapse-1.10.0.obscpio
deleted file mode 100644
index de4e750..0000000
--- a/matrix-synapse-1.10.0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f2d5f9c510648b6e6559093130955552fc71cb6ef52992a57a7fb03d4fd1b285
-size 26482189
diff --git a/matrix-synapse-1.11.0.obscpio b/matrix-synapse-1.11.0.obscpio
new file mode 100644
index 0000000..c5ede14
--- /dev/null
+++ b/matrix-synapse-1.11.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:86d8c966947e26f57b9126c23ed30cb9b99c19ed795f2a219dbac8c7c673d02e
+size 26527245
diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec
index 1484b0e..0703b65 100644
--- a/matrix-synapse-test.spec
+++ b/matrix-synapse-test.spec
@@ -32,7 +32,7 @@
%define pkgname matrix-synapse
Name: %{pkgname}-test
-Version: 1.10.0
+Version: 1.11.0
Release: 0
Summary: Test package for %{pkgname}
License: Apache-2.0
diff --git a/matrix-synapse.changes b/matrix-synapse.changes
index 10bc91b..b47605f 100644
--- a/matrix-synapse.changes
+++ b/matrix-synapse.changes
@@ -1,3 +1,33 @@
+-------------------------------------------------------------------
+Fri Feb 21 12:58:18 UTC 2020 - Aleksa Sarai
+
+- Update to 1.11.0.
+
+ * Limit the number of events that can be requested by the backfill federation
+ API to 100.
+ * Reject device display names over 100 characters in length to prevent abuse.
+ * Implement new aliases endpoint as per MSC2432.
+ * Stop sending m.room.alias events wheng adding / removing aliases. Check
+ alt_aliases in the latest m.room.canonical_alias event when deleting an
+ alias.
+ * Change the default power levels of invites, tombstones and server ACLs for
+ new rooms.
+
+ The full changelog is included in
+ /usr/share/doc/packages/matrix-synapse/CHANGES.md.
+
+-------------------------------------------------------------------
+Tue Feb 18 01:44:41 UTC 2020 - Aleksa Sarai
+
+- Update to 1.10.1.
+
+ * Fix a bug introduced in Synapse 1.10.0 which would cause room state to be
+ cleared in the database if Synapse was upgraded direct from 1.2.1 or
+ earlier to 1.10.0.
+
+ The full changelog is included in
+ /usr/share/doc/packages/matrix-synapse/CHANGES.md.
+
-------------------------------------------------------------------
Wed Feb 12 16:01:46 UTC 2020 - Marcus Rueckert
diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo
index 97821c2..f5faa0b 100644
--- a/matrix-synapse.obsinfo
+++ b/matrix-synapse.obsinfo
@@ -1,5 +1,5 @@
name: matrix-synapse
-version: 1.10.0
-mtime: 1581510037
-commit: 7b8d654a6196d889c8e1c2a403f5176650216432
+version: 1.11.0
+mtime: 1582275364
+commit: 9c1b83b0078aa9cc1bb902e14d3f7302625ba099
diff --git a/matrix-synapse.spec b/matrix-synapse.spec
index 165012d..5454bf9 100644
--- a/matrix-synapse.spec
+++ b/matrix-synapse.spec
@@ -46,7 +46,7 @@
%define modname synapse
%define pkgname matrix-synapse
Name: %{pkgname}
-Version: 1.10.0
+Version: 1.11.0
Release: 0
Summary: Matrix protocol reference homeserver
License: Apache-2.0