From 9fd30a7b78a246c55751a38b9063e2d7f559dacd Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 16 Sep 2025 14:14:04 +0000 Subject: [PATCH] version: Update version for Zulip Server 11.2 release. --- docs/overview/changelog.md | 9 +++++++++ version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index 65cdc57a20..7232d6b9a6 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -19,6 +19,15 @@ _Unreleased_ ## Zulip Server 11.x series +### Zulip Server 11.2 + +_Released 2025-09-16_ + +- Fixed a crash with the nightly cron job added in 11.1 to catch race + conditions in subscriber counts. +- Updated dependency for the new help center, to prevent potential + crashes when building. + ### Zulip Server 11.1 _Released 2025-09-11_ diff --git a/version.py b/version.py index c23cb54f8a..f0307f5573 100644 --- a/version.py +++ b/version.py @@ -14,7 +14,7 @@ ZULIP_VERSION = lines.pop(0).strip() ZULIP_MERGE_BASE = lines.pop(0).strip() LATEST_MAJOR_VERSION = "11.0" -LATEST_RELEASE_VERSION = "11.1" +LATEST_RELEASE_VERSION = "11.2" LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/zulip-server-11-0" # Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be