mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
version: Update version and changelog after 4.7 release.
This commit is contained in:
@@ -117,6 +117,12 @@ log][commit-log] for an up-to-date list of raw changes.
|
||||
|
||||
## Zulip 4.x series
|
||||
|
||||
### 4.7 -- 2021-10-04
|
||||
|
||||
- CVE-2021-41115: Prevent organization administrators from affecting
|
||||
the server with a regular expression denial-of-service attack
|
||||
through linkifier patterns.
|
||||
|
||||
### 4.6 -- 2021-09-23
|
||||
|
||||
- Documented official support for Debian 11 Bullseye, now that it is
|
||||
|
||||
@@ -14,7 +14,7 @@ ZULIP_VERSION = lines.pop(0).strip()
|
||||
ZULIP_MERGE_BASE = lines.pop(0).strip()
|
||||
|
||||
LATEST_MAJOR_VERSION = "4.0"
|
||||
LATEST_RELEASE_VERSION = "4.6"
|
||||
LATEST_RELEASE_VERSION = "4.7"
|
||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2021/05/13/zulip-4-0-released/"
|
||||
|
||||
# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be
|
||||
|
||||
Reference in New Issue
Block a user