3 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a1ff7437cb..b2cc138ee3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Synapse 1.82.0 (2023-04-25)
+===========================
+
+No significant changes since 1.82.0rc1.
+
+
Synapse 1.82.0rc1 (2023-04-18)
==============================
diff --git a/debian/changelog b/debian/changelog
index 4e621e3d91..f6e8720e58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.82.0) stable; urgency=medium
+
+ * New Synapse release 1.82.0.
+
+ -- Synapse Packaging team <packages@matrix.org> Tue, 25 Apr 2023 11:56:06 +0100
+
matrix-synapse-py3 (1.82.0~rc1) stable; urgency=medium
* New Synapse release 1.82.0rc1.
diff --git a/pyproject.toml b/pyproject.toml
index 2998bbe950..c08352e4d3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
[tool.poetry]
name = "matrix-synapse"
-version = "1.82.0rc1"
+version = "1.82.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"
|