mirror of https://github.com/zulip/zulip.git
version: Update version and changelog after 4.5 release.
This commit is contained in:
parent
84c2a5e433
commit
361112a08f
|
@ -17,10 +17,13 @@ log][commit-log] for an up-to-date list of raw changes.
|
|||
|
||||
## Zulip 4.x series
|
||||
|
||||
### 4.4 -- 2021-06-22
|
||||
### 4.5 -- 2021-07-25
|
||||
|
||||
- Added a tool to fix potential database corruption caused by host OS
|
||||
upgrades.
|
||||
upgrades (was listed in 4.4 release notes, but accidentally omitted).
|
||||
|
||||
### 4.4 -- 2021-07-22
|
||||
|
||||
- Fixed a possible denial-of-service attack in Markdown fenced code
|
||||
block parsing.
|
||||
- Smokescreen, if installed, now defaults to only listening on
|
||||
|
|
|
@ -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.4"
|
||||
LATEST_RELEASE_VERSION = "4.5"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue