summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 453626b7..78eb162f 100644
--- a/CHANGELOG.md
+++ b/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
diff --git a/package.json b/package.json
index ded49aa7..e16f583b 100644
--- a/package.json
+++ b/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": {