diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index 8a1b352876..a203bbe7c6 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -17,15 +17,30 @@ log][commit-log] for an up-to-date list of raw changes. ## Zulip 4.x series +### 4.3 -- 2021-06-02 + +- Fixed exception when upgrading older servers with the + `JITSI_SERVER_URL` setting set to `None` to disable Jitsi. +- Fixed GIPHY integration dropdown appearing when the server + doesn't have a GIPHY API key configured. +- The GIPHY API library is no longer loaded for users who are not + actively using the GIPHY integration. +- Improved formatting for Grafana integration. +- Fixed previews of Dropbox image links. +- Fixed support for storing avatars/emoji in non-S3 upload backends. +- Fixed an overly strict database constaint for code playgrounds. +- Tagged user status strings for translation. +- Updated translation data from Transifex. + ### 4.2 -- 2021-05-13 -- Fix exception in purge-old-deployments when upgrading on +- Fixed exception in purge-old-deployments when upgrading on a system that has never upgraded using Git. -- Fix installation from a directory readable only by root. +- Fixed installation from a directory readable only by root. ### 4.1 -- 2021-05-13 -- Fix exception upgrading to the 4.x series from older releases. +- Fixed exception upgrading to the 4.x series from older releases. ### 4.0 -- 2021-05-13 diff --git a/version.py b/version.py index 54c4a782f1..90681232f8 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 = "4.0" -LATEST_RELEASE_VERSION = "4.2" +LATEST_RELEASE_VERSION = "4.3" 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