Lauri Ojansivu 8 年之前
父節點
當前提交
1a5fe93500
共有 2 個文件被更改,包括 6 次插入3 次删除
  1. 5 2
      CHANGELOG.md
  2. 1 1
      package.json

+ 5 - 2
CHANGELOG.md

@@ -1,4 +1,7 @@
-# Upcoming Wekan release
+# v0.30 2017-07-27 Wekan release
+
+SECURITY ISSUE [Files accessible without authentication](https://github.com/wekan/wekan/issues/1105)
+IS NOT FIXED YET.
 
 This release adds the following new features:
 
@@ -11,7 +14,7 @@ and fixes the following bugs:
 
 * [Double shashes on ROOT_URL](https://github.com/wekan/wekan/issues/962).
 
-Thanks to GitHub users GhassenRjab, nztqa and xet7 for contributions.
+Thanks to GitHub users GhassenRjab, nztqa and xet7 for their contributions.
 
 # v0.29 2017-07-21 Wekan release
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "0.29.0",
+  "version": "0.30.0",
   "description": "The open-source Trello-like kanban",
   "private": true,
   "scripts": {