Skip to content

Commit

Permalink
Release Zulip Server 2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Sep 23, 2019
1 parent 6e287db commit bccec80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.5'
release = '2.0.6'

# This allows us to insert a warning that appears only on an unreleased
# version, e.g. to say that something is likely to have changed.
Expand Down
7 changes: 7 additions & 0 deletions docs/overview/changelog.md
Expand Up @@ -7,6 +7,13 @@ All notable changes to the Zulip server are documented in this file.
This section lists notable unreleased changes; it is generally updated
in bursts.

### 2.0.6 -- 2019-09-23

- Updated signing keys for the PGroonga repository for Debian Stretch.
- Fixed creation of linkifiers with URLs containing &.
- Fixed a subtle bug that could cause the message list to suddenly
scroll up in certain rare race conditions.

### 2.0.5 -- 2019-09-11

- CVE-2019-16215: Fix DoS vulnerability in Markdown LINK_RE.
Expand Down
4 changes: 2 additions & 2 deletions version.py
@@ -1,6 +1,6 @@
ZULIP_VERSION = "2.0.5"
ZULIP_VERSION = "2.0.6"
LATEST_MAJOR_VERSION = "2.0"
LATEST_RELEASE_VERSION = "2.0.5"
LATEST_RELEASE_VERSION = "2.0.6"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"

# Bump the minor PROVISION_VERSION to indicate that folks should provision
Expand Down

0 comments on commit bccec80

Please sign in to comment.