Release Zulip Server 11.2.

This commit is contained in:
Alex Vandiver
2025-09-16 04:42:10 +00:00
parent cec6a9af4e
commit 692a25ce9a
2 changed files with 11 additions and 2 deletions

View File

@@ -10,6 +10,15 @@ lifecycle](../overview/release-lifecycle.md).
## 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_

View File

@@ -1,6 +1,6 @@
import os
ZULIP_VERSION = "11.1+git"
ZULIP_VERSION = "11.2"
# Add information on number of commits and commit hash to version, if available
zulip_git_version_file = os.path.join(
@@ -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