Release Zulip Server 1.5.2.

This commit is contained in:
Tim Abbott
2017-06-01 13:06:15 -07:00
parent 5baeb35ac8
commit 76809b87a6
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ All notable changes to the Zulip server are documented in this file.
### Unreleased
### 1.5.2 -- 2017-06-01
- CVE-2017-0896: Restricting inviting new users to admins was broken.
- CVE-2015-8861: Insecure old version of handlebars templating engine.
### 1.5.1 -- 2017-02-07
- Fix exception trying to copy node_modules during upgrade process.

View File

@@ -1,2 +1,2 @@
ZULIP_VERSION = "1.5.1"
ZULIP_VERSION = "1.5.2"
PROVISION_VERSION = '4.4'